diff options
| author | Charles Karney <charles@karney.com> | 2018-03-17 18:32:26 -0400 |
|---|---|---|
| committer | Charles Karney <charles@karney.com> | 2018-03-17 18:32:26 -0400 |
| commit | ca880f497aa9eeff9eccea7ab0168a4fed73d411 (patch) | |
| tree | ab83bd97591e637c394bbffa889b6231f111ba31 /src/geodesic.h | |
| parent | db3e0ae30446498cec7e7f931d9be2ed65547691 (diff) | |
| download | PROJ-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.h | 2 |
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 |
