From 80529930ea3bc874c8da22c66343745ff6fdd45b Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 24 Feb 2024 00:10:27 +0000 Subject: Simplify vector addition/subtraction with differnt types Automatically applies correct rounding with float to int operations, adjusts test expectations accordingly. --- test/test-geoData.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test-geoData.cpp b/test/test-geoData.cpp index efe845c..302cab7 100644 --- a/test/test-geoData.cpp +++ b/test/test-geoData.cpp @@ -109,8 +109,8 @@ using FindRayIntersectData = std::tuple({ - {{310000000, 490000000, 50000}, {1, 1, -2}, {310008582, 490008582, 32834}}, - {{310000000, 490000000, 50000}, {1, 1, -1}, {310017131, 490017131, 32868}}, + {{310000000, 490000000, 50000}, {1, 1, -2}, {310008583, 490008583, 32834}}, + {{310000000, 490000000, 50000}, {1, 1, -1}, {310017131, 490017131, 32869}}, }), p, d, i) { -- cgit v1.2.3