aboutsummaryrefslogtreecommitdiff
path: root/src/geodesic.h
diff options
context:
space:
mode:
authorCharles Karney <charles@karney.com>2018-03-17 18:32:26 -0400
committerCharles Karney <charles@karney.com>2018-03-17 18:32:26 -0400
commitca880f497aa9eeff9eccea7ab0168a4fed73d411 (patch)
treeab83bd97591e637c394bbffa889b6231f111ba31 /src/geodesic.h
parentdb3e0ae30446498cec7e7f931d9be2ed65547691 (diff)
downloadPROJ-ca880f497aa9eeff9eccea7ab0168a4fed73d411.tar.gz
PROJ-ca880f497aa9eeff9eccea7ab0168a4fed73d411.zip
Patch 1.49.3 for geodesic package.
Set flags for Intel compiler to prevent incorrect optimization of arithmetic expressions #826. Guard against nans in sincosdx #834. Issue #831 is not addressed here (need more information...).
Diffstat (limited to 'src/geodesic.h')
-rw-r--r--src/geodesic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geodesic.h b/src/geodesic.h
index cd7c2b70..f9d612f3 100644
--- a/src/geodesic.h
+++ b/src/geodesic.h
@@ -132,7 +132,7 @@
* The patch level of the geodesic library. (This tracks the version of
* GeographicLib.)
**********************************************************************/
-#define GEODESIC_VERSION_PATCH 2
+#define GEODESIC_VERSION_PATCH 3
/**
* Pack the version components into a single integer. Users should not rely on