aboutsummaryrefslogtreecommitdiff
path: root/src/pj_init.c
diff options
context:
space:
mode:
authorThomas Knudsen <busstoptaktik@users.noreply.github.com>2017-11-16 18:05:54 +0100
committerGitHub <noreply@github.com>2017-11-16 18:05:54 +0100
commit9532b482d03b57e26f735dd695257d41fc91cb5f (patch)
tree8a21cd7014d1d6d9d61f436e410d0de1e39e324e /src/pj_init.c
parentf08a7c0cf9dc3ed017a224e196e9d251da8dc97c (diff)
downloadPROJ-9532b482d03b57e26f735dd695257d41fc91cb5f.tar.gz
PROJ-9532b482d03b57e26f735dd695257d41fc91cb5f.zip
Introduce geodetic-geocentric conversions ... (#669)
* Introduce geodetic-geocentric conversions, as PJ_xxx style conversion step and as API entry points * minor improvements and minor bug squashing
Diffstat (limited to 'src/pj_init.c')
-rw-r--r--src/pj_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pj_init.c b/src/pj_init.c
index 534f0827..53fd1039 100644
--- a/src/pj_init.c
+++ b/src/pj_init.c
@@ -540,7 +540,6 @@ pj_init_ctx(projCtx ctx, int argc, char **argv) {
pj_log (ctx, PJ_LOG_DEBUG_MINOR, "pj_init_ctx: Must specify ellipsoid or sphere");
return pj_default_destructor (PIN, PJD_ERR_MISSING_ARGS);
}
-
PIN->a_orig = PIN->a;
PIN->es_orig = PIN->es;
if (pj_calc_ellps_params(PIN, PIN->a, PIN->es))