aboutsummaryrefslogtreecommitdiff
path: root/src/grids.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-01-14 00:53:07 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-01-14 23:33:16 +0100
commit941bb82c7eecbf56821075f95991916c30c31b4e (patch)
treefe7a9096f4daae7692d07bbd6ae85f4c6e90870c /src/grids.cpp
parent9cb40a8322f4ccbf8305daf368308783969d1c94 (diff)
downloadPROJ-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.cpp4
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;
// ---------------------------------------------------------------------------