diff options
| author | Charles Karney <charles@karney.com> | 2021-03-13 09:28:00 -0500 |
|---|---|---|
| committer | Charles Karney <charles@karney.com> | 2021-03-13 09:28:00 -0500 |
| commit | eb881d2957d426dd2d43bd3a6a7fe77121cf71ea (patch) | |
| tree | 45895d59acd433434b4ba0b546b31fe5abc5ed42 /src/geodesic.h | |
| parent | 56dce02c707f0fe560f2c4cf5226520746950972 (diff) | |
| download | PROJ-eb881d2957d426dd2d43bd3a6a7fe77121cf71ea.tar.gz PROJ-eb881d2957d426dd2d43bd3a6a7fe77121cf71ea.zip | |
Update geodesic routines from GeographicLib 1.52
Be more aggressive in preventing negative s12 and m12 for short lines.
Initialize reference argument to remquo.
Diffstat (limited to 'src/geodesic.h')
| -rw-r--r-- | src/geodesic.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/geodesic.h b/src/geodesic.h index 548fbf47..b803d2a5 100644 --- a/src/geodesic.h +++ b/src/geodesic.h @@ -107,12 +107,12 @@ * twice about restructuring the internals of the C code since this may make * porting fixes from the C++ code more difficult. * - * Copyright (c) Charles Karney (2012-2020) <charles@karney.com> and licensed + * Copyright (c) Charles Karney (2012-2021) <charles@karney.com> and licensed * under the MIT/X11 License. For more information, see * https://geographiclib.sourceforge.io/ * * This library was distributed with - * <a href="../index.html">GeographicLib</a> 1.51. + * <a href="../index.html">GeographicLib</a> 1.52. **********************************************************************/ #if !defined(GEODESIC_H) @@ -127,7 +127,7 @@ * The minor version of the geodesic library. (This tracks the version of * GeographicLib.) **********************************************************************/ -#define GEODESIC_VERSION_MINOR 51 +#define GEODESIC_VERSION_MINOR 52 /** * The patch level of the geodesic library. (This tracks the version of * GeographicLib.) |
