diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-14 00:53:07 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-14 23:33:16 +0100 |
| commit | 941bb82c7eecbf56821075f95991916c30c31b4e (patch) | |
| tree | fe7a9096f4daae7692d07bbd6ae85f4c6e90870c /src/grids.cpp | |
| parent | 9cb40a8322f4ccbf8305daf368308783969d1c94 (diff) | |
| download | PROJ-941bb82c7eecbf56821075f95991916c30c31b4e.tar.gz PROJ-941bb82c7eecbf56821075f95991916c30c31b4e.zip | |
Add test/unit/test_grids.cpp to improve testing coverage
Diffstat (limited to 'src/grids.cpp')
| -rw-r--r-- | src/grids.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/grids.cpp b/src/grids.cpp index b4c3ad24..d5f961f7 100644 --- a/src/grids.cpp +++ b/src/grids.cpp @@ -112,9 +112,7 @@ VerticalShiftGrid::VerticalShiftGrid(const std::string &nameIn, int widthIn, // --------------------------------------------------------------------------- -bool VerticalShiftGrid::isNodata(float /*val*/, double /* multiplier */) const { - return false; -} +VerticalShiftGrid::~VerticalShiftGrid() = default; // --------------------------------------------------------------------------- |
