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/proj_4D_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proj_4D_api.c') diff --git a/src/proj_4D_api.c b/src/proj_4D_api.c index 81967a1d..56694aae 100644 --- a/src/proj_4D_api.c +++ b/src/proj_4D_api.c @@ -363,7 +363,7 @@ size_t proj_trans_generic ( /*************************************************************************************/ -PJ_COORD proj_geocentric_latitude (const PJ *P, PJ_DIRECTION direction, PJ_COORD coord) { +PJ_COORD pj_geocentric_latitude (const PJ *P, PJ_DIRECTION direction, PJ_COORD coord) { /************************************************************************************** Convert geographical latitude to geocentric (or the other way round if direction = PJ_INV) -- cgit v1.2.3