aboutsummaryrefslogtreecommitdiff
path: root/src/geodesic.h
diff options
context:
space:
mode:
authorCharles Karney <charles.karney@sri.com>2017-02-15 08:21:10 -0500
committerCharles Karney <charles.karney@sri.com>2017-02-15 08:21:10 -0500
commitcc3f3806d32445bf7afcdc4b4e9dd3a9b0aa726a (patch)
treed3439cd29b0b61d6539514a8a6bc27620ce8855b /src/geodesic.h
parent09ea95bd77977897133934805f1539c14b338c7d (diff)
downloadPROJ-cc3f3806d32445bf7afcdc4b4e9dd3a9b0aa726a.tar.gz
PROJ-cc3f3806d32445bf7afcdc4b4e9dd3a9b0aa726a.zip
Issue #490 update from geodesic routines from GeographicLib 1.47.
Improve accuracy of area calculation (fixing a flaw introduced in version 1.46). Changed files geodesic.[ch3], geodtest.c, geod.1.
Diffstat (limited to 'src/geodesic.h')
-rw-r--r--src/geodesic.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/geodesic.h b/src/geodesic.h
index ff10c906..cd8989db 100644
--- a/src/geodesic.h
+++ b/src/geodesic.h
@@ -4,10 +4,10 @@
*
* This an implementation in C of the geodesic algorithms described in
* - C. F. F. Karney,
- * <a href="https://dx.doi.org/10.1007/s00190-012-0578-z">
+ * <a href="https://doi.org/10.1007/s00190-012-0578-z">
* Algorithms for geodesics</a>,
* J. Geodesy <b>87</b>, 43--55 (2013);
- * DOI: <a href="https://dx.doi.org/10.1007/s00190-012-0578-z">
+ * DOI: <a href="https://doi.org/10.1007/s00190-012-0578-z">
* 10.1007/s00190-012-0578-z</a>;
* addenda: <a href="http://geographiclib.sourceforge.net/geod-addenda.html">
* geod-addenda.html</a>.
@@ -112,7 +112,7 @@
* http://geographiclib.sourceforge.net/
*
* This library was distributed with
- * <a href="../index.html">GeographicLib</a> 1.46.
+ * <a href="../index.html">GeographicLib</a> 1.47.
**********************************************************************/
#if !defined(GEODESIC_H)
@@ -127,12 +127,12 @@
* The minor version of the geodesic library. (This tracks the version of
* GeographicLib.)
**********************************************************************/
-#define GEODESIC_VERSION_MINOR 46
+#define GEODESIC_VERSION_MINOR 47
/**
* The patch level of the geodesic library. (This tracks the version of
* GeographicLib.)
**********************************************************************/
-#define GEODESIC_VERSION_PATCH 1
+#define GEODESIC_VERSION_PATCH 0
/**
* Pack the version components into a single integer. Users should not rely on