aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_geoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_geoc.c')
-rw-r--r--src/PJ_geoc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PJ_geoc.c b/src/PJ_geoc.c
index 865b1089..20064f65 100644
--- a/src/PJ_geoc.c
+++ b/src/PJ_geoc.c
@@ -48,8 +48,8 @@ static PJ *CONVERSION(geoc, 1) {
P->inv4d = inverse;
P->fwd4d = forward;
- P->left = PJ_IO_UNITS_RADIANS;
- P->right = PJ_IO_UNITS_RADIANS;
+ P->left = PJ_IO_UNITS_ANGULAR;
+ P->right = PJ_IO_UNITS_ANGULAR;
P->is_latlong = 1;
return P;