diff options
Diffstat (limited to 'src/projects.h')
| -rw-r--r-- | src/projects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projects.h b/src/projects.h index 307b69bd..2957f848 100644 --- a/src/projects.h +++ b/src/projects.h @@ -359,7 +359,7 @@ extern struct PJ_PRIME_MERIDIANS pj_prime_meridians[]; #define INVERSE3D(name) static LPZ name(XYZ xyz, PJ *P) {LPZ lpz = {0.0, 0.0, 0.0} #define FREEUP static void freeup(PJ *P) { #define SPECIAL(name) static void name(LP lp, PJ *P, struct FACTORS *fac) - +#define ELLIPSOIDAL(P) ((P->es==0)? (FALSE): (TRUE)) /* cleaned up alternative to most of the "repetitive projection code" macros */ #define PROJECTION(name) \ |
