diff options
| author | Thomas Knudsen <thokn@sdfe.dk> | 2018-01-29 20:47:44 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-01-31 16:26:57 +0100 |
| commit | 52c20a2e095c63fab6e4158c92b8995d882cbe62 (patch) | |
| tree | 58772da8e08b8cc79eb42a192ff556482c43c7f4 /src/projects.h | |
| parent | 0770483f47593317b594e5602e6c2084cab5222e (diff) | |
| download | PROJ-52c20a2e095c63fab6e4158c92b8995d882cbe62.tar.gz PROJ-52c20a2e095c63fab6e4158c92b8995d882cbe62.zip | |
Renamed PJ_IO_UNITS_RADIANS to PJ_IO_UNITS_ANGULAR
Diffstat (limited to 'src/projects.h')
| -rw-r--r-- | src/projects.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/projects.h b/src/projects.h index aeaf09ae..e4bdca4f 100644 --- a/src/projects.h +++ b/src/projects.h @@ -196,7 +196,7 @@ enum pj_io_units { PJ_IO_UNITS_CLASSIC = 1, /* Scaled meters (right), projected system */ PJ_IO_UNITS_PROJECTED = 2, /* Meters, projected system */ PJ_IO_UNITS_CARTESIAN = 3, /* Meters, 3D cartesian system */ - PJ_IO_UNITS_RADIANS = 4 /* Radians */ + PJ_IO_UNITS_ANGULAR = 4 /* Radians */ }; #endif #ifndef PROJ_H @@ -623,7 +623,7 @@ C_NAMESPACE PJ *pj_##name (PJ *P) { \ P->destructor = pj_default_destructor; \ P->descr = des_##name; \ P->need_ellps = NEED_ELLPS; \ - P->left = PJ_IO_UNITS_RADIANS; \ + P->left = PJ_IO_UNITS_ANGULAR; \ P->right = PJ_IO_UNITS_CLASSIC; \ return P; \ } \ |
