From 5646ff12f32adf78e2bc187e6557ce64e4e04b39 Mon Sep 17 00:00:00 2001 From: Thomas Knudsen Date: Fri, 27 Oct 2017 22:50:40 +0200 Subject: Linguistics: Clarify this and that, here and there (#632) * Linguistics: Clarify this and that, here and there * Revert nullification of PJ_cart->fwd, inv --- src/projects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/projects.h') diff --git a/src/projects.h b/src/projects.h index b9d88cf3..1fe595bc 100644 --- a/src/projects.h +++ b/src/projects.h @@ -186,7 +186,7 @@ struct PJ_REGION_S; typedef struct PJ_REGION_S PJ_Region; typedef struct ARG_list paralist; /* parameter list */ enum pj_io_units { - PJ_IO_UNITS_CLASSIC = 0, /* LEFT: Radians RIGHT: Scaled meters */ + PJ_IO_UNITS_CLASSIC = 0, /* Scaled meters (right) */ PJ_IO_UNITS_METERS = 1, /* Meters */ PJ_IO_UNITS_RADIANS = 2 /* Radians */ }; -- cgit v1.2.3