aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_gins8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_gins8.cpp')
-rw-r--r--src/PJ_gins8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_gins8.cpp b/src/PJ_gins8.cpp
index c1a2fff0..cc422437 100644
--- a/src/PJ_gins8.cpp
+++ b/src/PJ_gins8.cpp
@@ -24,7 +24,7 @@ static XY s_forward (LP lp, PJ *P) { /* Spheroidal, forward */
PJ *PROJECTION(gins8) {
P->es = 0.0;
- P->inv = 0;
+ P->inv = nullptr;
P->fwd = s_forward;
return P;