aboutsummaryrefslogtreecommitdiff
path: root/src/fwd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fwd.cpp')
-rw-r--r--src/fwd.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fwd.cpp b/src/fwd.cpp
index 3eb03582..962a5051 100644
--- a/src/fwd.cpp
+++ b/src/fwd.cpp
@@ -134,6 +134,9 @@ static PJ_COORD fwd_finalize (PJ *P, PJ_COORD coo) {
case PJ_IO_UNITS_WHATEVER:
break;
+ case PJ_IO_UNITS_DEGREES:
+ break;
+
case PJ_IO_UNITS_RADIANS:
coo.lpz.z = P->vfr_meter * (coo.lpz.z + P->z0);