aboutsummaryrefslogtreecommitdiff
path: root/src/pj_inv.c
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-11-10 16:35:42 +0100
committerKristian Evers <kristianevers@gmail.com>2018-11-10 16:35:42 +0100
commitcd5df298e2205f04f8ea030ce7ffb8346f87b1ec (patch)
treec540257c11eb9be28201940fe105b8c88460fd38 /src/pj_inv.c
parent94c454012edcad7035a5531afb0529dc3b7e0812 (diff)
downloadPROJ-cd5df298e2205f04f8ea030ce7ffb8346f87b1ec.tar.gz
PROJ-cd5df298e2205f04f8ea030ce7ffb8346f87b1ec.zip
Remove proj_geocentric_latitude from public API
Closes #1107
Diffstat (limited to 'src/pj_inv.c')
-rw-r--r--src/pj_inv.c2
1 files changed, 1 insertions, 1 deletions
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;