diff options
Diffstat (limited to 'src/transformations/deformation.cpp')
| -rw-r--r-- | src/transformations/deformation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transformations/deformation.cpp b/src/transformations/deformation.cpp index 031e9eba..eb109826 100644 --- a/src/transformations/deformation.cpp +++ b/src/transformations/deformation.cpp @@ -131,8 +131,8 @@ static bool get_grid_values(PJ* P, } } const auto unit = grid->unit(sampleE); - if( !unit.empty() && unit != "mm/year" ) { - proj_log_error(P, "deformation: Only unit=mm/year currently handled"); + if( !unit.empty() && unit != "millimetres per year" ) { + proj_log_error(P, "deformation: Only unit=millimetres per year currently handled"); return false; } |
