aboutsummaryrefslogtreecommitdiff
path: root/src/apps/geod_set.cpp
diff options
context:
space:
mode:
authorCharles Karney <charles@karney.com>2019-09-22 17:42:48 -0400
committerGitHub <noreply@github.com>2019-09-22 17:42:48 -0400
commitfcfde94401c8841527e5dbd43928f70fc40a5225 (patch)
tree131a746927cdff29cb6a445c425e9701c616adb3 /src/apps/geod_set.cpp
parentd1bf22381344f4377d54386b6adb80c6d772967b (diff)
parenta2efc211eb5fa79ce3c6e666e83c3e65afd22e46 (diff)
downloadPROJ-fcfde94401c8841527e5dbd43928f70fc40a5225.tar.gz
PROJ-fcfde94401c8841527e5dbd43928f70fc40a5225.zip
Merge pull request #1629 from cffk/geod-1.50
Update to version 1.50 of the geodesic library.
Diffstat (limited to 'src/apps/geod_set.cpp')
-rw-r--r--src/apps/geod_set.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/apps/geod_set.cpp b/src/apps/geod_set.cpp
index cd6b5018..ed7edeb9 100644
--- a/src/apps/geod_set.cpp
+++ b/src/apps/geod_set.cpp
@@ -46,7 +46,6 @@ geod_set(int argc, char **argv) {
/* check if line or arc mode */
if (pj_param(nullptr,start, "tlat_1").i) {
double del_S;
-#undef f
phi1 = pj_param(nullptr,start, "rlat_1").f;
lam1 = pj_param(nullptr,start, "rlon_1").f;
if (pj_param(nullptr,start, "tlat_2").i) {