aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_cass.c
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2010-06-11 03:26:04 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2010-06-11 03:26:04 +0000
commitcf5c8cd32ebf39f7ff24c426ac00e75a7ae34da8 (patch)
treec7e18dad05709f747a2aaccb21da844ae6b43f24 /src/PJ_cass.c
parent02b4b8db7f5d3ce59baca4a38b8059538ccf3217 (diff)
downloadPROJ-cf5c8cd32ebf39f7ff24c426ac00e75a7ae34da8.tar.gz
PROJ-cf5c8cd32ebf39f7ff24c426ac00e75a7ae34da8.zip
roll projCtx through various other low level functions
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1856 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/PJ_cass.c')
-rw-r--r--src/PJ_cass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_cass.c b/src/PJ_cass.c
index 4539c66b..38fa9db5 100644
--- a/src/PJ_cass.c
+++ b/src/PJ_cass.c
@@ -40,7 +40,7 @@ FORWARD(s_forward); /* spheroid */
INVERSE(e_inverse); /* ellipsoid */
double ph1;
- ph1 = pj_inv_mlfn(P->m0 + xy.y, P->es, P->en);
+ ph1 = pj_inv_mlfn(P->ctx, P->m0 + xy.y, P->es, P->en);
P->tn = tan(ph1); P->t = P->tn * P->tn;
P->n = sin(ph1);
P->r = 1. / (1. - P->es * P->n * P->n);