summaryrefslogtreecommitdiff
path: root/test/test-geoData.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-12-02 12:26:36 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2023-12-02 12:26:36 +0000
commit0f56b13766fc6d8b45dabc4febf378756620ab32 (patch)
tree1670f69c5b79028ab4fd6c4e8e5eae3fb439ddbe /test/test-geoData.cpp
parentAdd crossInt - cross product for integer vectors (diff)
downloadilt-0f56b13766fc6d8b45dabc4febf378756620ab32.tar.bz2
ilt-0f56b13766fc6d8b45dabc4febf378756620ab32.tar.xz
ilt-0f56b13766fc6d8b45dabc4febf378756620ab32.zip
Replace positionAt with pure integer version
Diffstat (limited to 'test/test-geoData.cpp')
-rw-r--r--test/test-geoData.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-geoData.cpp b/test/test-geoData.cpp
index cb0466e..164a6a5 100644
--- a/test/test-geoData.cpp
+++ b/test/test-geoData.cpp
@@ -92,7 +92,7 @@ BOOST_DATA_TEST_CASE(findPositionAt,
{{310050000, 490050000}, 33000},
{{310000000, 490050000}, 32700},
{{310050000, 490000000}, 33200},
- {{310750000, 490150000}, 58399},
+ {{310750000, 490150000}, 58400},
// midpoints
{{310025000, 490025000}, 32900},
{{310025000, 490050000}, 32850},