diff options
Diffstat (limited to 'src/apps/proj.cpp')
| -rw-r--r-- | src/apps/proj.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apps/proj.cpp b/src/apps/proj.cpp index 0108cb74..93f1ce7b 100644 --- a/src/apps/proj.cpp +++ b/src/apps/proj.cpp @@ -21,7 +21,7 @@ #define MAX_LINE 1000 #define MAX_PARGS 100 -#define PJ_INVERS(P) (P->inv ? 1 : 0) +#define PJ_INVERSE(P) (P->inv ? 1 : 0) static PJ *Proj; static union { @@ -219,7 +219,7 @@ static void vprocess(FILE *fid) { linvers = inverse; if (linvers) { - if (!PJ_INVERS(Proj)) { + if (!PJ_INVERSE(Proj)) { emess(-1,"inverse for this projection not avail.\n"); continue; } |
