From 0f20b44656030086c5f24cf2ee1a84dfc4ba364e Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Tue, 18 Oct 2016 21:33:09 +0200 Subject: Adjusted coefficient from 1574 to 1575. Changed on basis of #174 which refers to the original paper the code is based on. --- src/PJ_tmerc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 - -- cgit v1.2.3