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