diff options
| author | Thomas Knudsen <busstoptaktik@users.noreply.github.com> | 2017-11-16 18:05:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-16 18:05:54 +0100 |
| commit | 9532b482d03b57e26f735dd695257d41fc91cb5f (patch) | |
| tree | 8a21cd7014d1d6d9d61f436e410d0de1e39e324e /src/pj_init.c | |
| parent | f08a7c0cf9dc3ed017a224e196e9d251da8dc97c (diff) | |
| download | PROJ-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.c | 1 |
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)) |
