diff options
Diffstat (limited to 'src/PJ_august.cpp')
| -rw-r--r-- | src/PJ_august.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_august.cpp b/src/PJ_august.cpp index e891e84e..b5a21ef7 100644 --- a/src/PJ_august.cpp +++ b/src/PJ_august.cpp @@ -27,7 +27,7 @@ static XY s_forward (LP lp, PJ *P) { /* Spheroidal, forward */ PJ *PROJECTION(august) { - P->inv = 0; + P->inv = nullptr; P->fwd = s_forward; P->es = 0.; return P; |
