diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-12-02 12:26:36 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-12-02 12:26:36 +0000 |
| commit | 0f56b13766fc6d8b45dabc4febf378756620ab32 (patch) | |
| tree | 1670f69c5b79028ab4fd6c4e8e5eae3fb439ddbe /test | |
| parent | Add crossInt - cross product for integer vectors (diff) | |
| download | ilt-0f56b13766fc6d8b45dabc4febf378756620ab32.tar.bz2 ilt-0f56b13766fc6d8b45dabc4febf378756620ab32.tar.xz ilt-0f56b13766fc6d8b45dabc4febf378756620ab32.zip | |
Replace positionAt with pure integer version
Diffstat (limited to 'test')
| -rw-r--r-- | test/test-geoData.cpp | 2 |
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}, |
