aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_unitconvert.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_unitconvert.c')
-rw-r--r--src/PJ_unitconvert.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/PJ_unitconvert.c b/src/PJ_unitconvert.c
index bf1fcd37..06224362 100644
--- a/src/PJ_unitconvert.c
+++ b/src/PJ_unitconvert.c
@@ -397,8 +397,8 @@ PJ *CONVERSION(unitconvert,0) {
P->fwd = forward_2d;
P->inv = reverse_2d;
- P->left = PJ_IO_UNITS_METERS;
- P->right = PJ_IO_UNITS_METERS;
+ P->left = PJ_IO_UNITS_WHATEVER;
+ P->right = PJ_IO_UNITS_WHATEVER;
/* if no time input/output unit is specified we can skip them */
Q->t_in_id = -1;
@@ -485,4 +485,3 @@ PJ *CONVERSION(unitconvert,0) {
return P;
}
-