diff options
author | Doug Junkins <junkins@foghead.com> | 2019-04-30 06:53:31 -0700 |
---|---|---|
committer | bstoeger <32835590+bstoeger@users.noreply.github.com> | 2019-04-30 23:32:50 +0200 |
commit | 14a763a6a0148a42fad06717bd2532181a54c626 (patch) | |
tree | d8b71f0c9a2d33d40d60aeccb44e12111abcb2e0 /CHANGELOG.md | |
parent | 154792ffd1c217e5c1c9774b5593a753ae553601 (diff) | |
download | subsurface-14a763a6a0148a42fad06717bd2532181a54c626.tar.gz |
Bugfix for algorithm in get_distance()
Fixed bug in the Haversine function in get_distance() based on algorithm
at https://www.movable-type.co.uk/scripts/latlong.html and added bounds
to the 'a' term to avoid floating point errors for antipodal points.
Signed-off-by: Doug Junkins <junkins@foghead.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cce954eb1..6b3930ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- Core: fix bug in get_distance() to correctly compute spherical distance - Desktop: For videos, add save data export as subtitle file - Desktop: make dive sites 1st class citizens with their own dive site table - Desktop: only show dives at the dive sites selected in dive site table |