From cd5df298e2205f04f8ea030ce7ffb8346f87b1ec Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Sat, 10 Nov 2018 16:35:42 +0100 Subject: Remove proj_geocentric_latitude from public API Closes #1107 --- src/pj_inv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pj_inv.c') diff --git a/src/pj_inv.c b/src/pj_inv.c index e5cd3f7c..aaa8fea9 100644 --- a/src/pj_inv.c +++ b/src/pj_inv.c @@ -125,7 +125,7 @@ static PJ_COORD inv_finalize (PJ *P, PJ_COORD coo) { /* If input latitude was geocentrical, convert back to geocentrical */ if (P->geoc) - coo = proj_geocentric_latitude (P, PJ_FWD, coo); + coo = pj_geocentric_latitude (P, PJ_FWD, coo); } return coo; -- cgit v1.2.3