aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Knudsen <lastname DOT firstname AT gmail DOT com>2016-04-01 23:52:00 +0200
committerThomas Knudsen <lastname DOT firstname AT gmail DOT com>2016-04-01 23:52:00 +0200
commit83cdf16f019c7612192ff68504e5c20b7ef59d01 (patch)
treef8740c8f8317521c23bc59eb72867ece7bf189a8 /src
parent186c6e3303ccef8e833026e4e9dbaa76be6cb93b (diff)
downloadPROJ-83cdf16f019c7612192ff68504e5c20b7ef59d01.tar.gz
PROJ-83cdf16f019c7612192ff68504e5c20b7ef59d01.zip
Added missing return to cass, spherical case
Correcting a blunder!
Diffstat (limited to 'src')
-rw-r--r--src/PJ_cass.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PJ_cass.c b/src/PJ_cass.c
index 5d7aea3c..9e26ad8f 100644
--- a/src/PJ_cass.c
+++ b/src/PJ_cass.c
@@ -103,6 +103,7 @@ PJ *PROJECTION(cass) {
if (0==P->es) {
P->inv = s_inverse;
P->fwd = s_forward;
+ return P;
}
/* Otherwise it's ellipsoidal */