diff options
| author | Thomas Knudsen <busstoptaktik@users.noreply.github.com> | 2017-11-08 12:41:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-08 12:41:09 +0100 |
| commit | 70550ae21c653cceefc2142fa89d0fb6c99101d9 (patch) | |
| tree | f68fff29602e3868a7f2e8d6acb7e935d3ccecb4 /src/projects.h | |
| parent | 3ff9899dd4407877ace4daf2794cb759ccdbc235 (diff) | |
| download | PROJ-70550ae21c653cceefc2142fa89d0fb6c99101d9.tar.gz PROJ-70550ae21c653cceefc2142fa89d0fb6c99101d9.zip | |
minor clean ups in and around proj_4D_api (#649)
Diffstat (limited to 'src/projects.h')
| -rw-r--r-- | src/projects.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/projects.h b/src/projects.h index fad5c7bc..a43826d2 100644 --- a/src/projects.h +++ b/src/projects.h @@ -182,11 +182,13 @@ struct FACTORS; struct PJ_REGION_S; typedef struct PJ_REGION_S PJ_Region; typedef struct ARG_list paralist; /* parameter list */ +#ifndef PROJ_INTERNAL_H enum pj_io_units { PJ_IO_UNITS_CLASSIC = 0, /* Scaled meters (right) */ PJ_IO_UNITS_METERS = 1, /* Meters */ PJ_IO_UNITS_RADIANS = 2 /* Radians */ }; +#endif #ifndef PROJ_H typedef struct PJconsts PJ; /* the PJ object herself */ typedef union PJ_COORD PJ_COORD; |
