diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-11-10 16:35:42 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-11-10 16:35:42 +0100 |
| commit | cd5df298e2205f04f8ea030ce7ffb8346f87b1ec (patch) | |
| tree | c540257c11eb9be28201940fe105b8c88460fd38 /src/proj_4D_api.c | |
| parent | 94c454012edcad7035a5531afb0529dc3b7e0812 (diff) | |
| download | PROJ-cd5df298e2205f04f8ea030ce7ffb8346f87b1ec.tar.gz PROJ-cd5df298e2205f04f8ea030ce7ffb8346f87b1ec.zip | |
Remove proj_geocentric_latitude from public API
Closes #1107
Diffstat (limited to 'src/proj_4D_api.c')
| -rw-r--r-- | src/proj_4D_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
