diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2016-10-18 21:33:09 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2016-10-18 21:33:09 +0200 |
| commit | 0f20b44656030086c5f24cf2ee1a84dfc4ba364e (patch) | |
| tree | 2087d12f61eb809296d9411d3be45f55cf1004d4 /src | |
| parent | 282d6abed47b040cae76cac4d4899bc8c08029f8 (diff) | |
| download | PROJ-0f20b44656030086c5f24cf2ee1a84dfc4ba364e.tar.gz PROJ-0f20b44656030086c5f24cf2ee1a84dfc4ba364e.zip | |
Adjusted coefficient from 1574 to 1575. Changed on basis of #174 which refers to the original paper the code is based on.
Diffstat (limited to 'src')
| -rw-r--r-- | src/PJ_tmerc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_tmerc.c b/src/PJ_tmerc.c index edae80fd..0ae683bf 100644 --- a/src/PJ_tmerc.c +++ b/src/PJ_tmerc.c @@ -126,7 +126,7 @@ static LP e_inverse (XY xy, PJ *P) { /* Ellipsoidal, inverse */ ds * FC4 * (5. + t * (3. - 9. * n) + n * (1. - 4 * n) - ds * FC6 * (61. + t * (90. - 252. * n + 45. * t) + 46. * n - - ds * FC8 * (1385. + t * (3633. + t * (4095. + 1574. * t)) ) + - ds * FC8 * (1385. + t * (3633. + t * (4095. + 1575. * t)) ) ))); lp.lam = d*(FC1 - ds*FC3*( 1. + 2.*t + n - |
