diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test-maths.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-maths.cpp b/test/test-maths.cpp index 02d3708..decebcc 100644 --- a/test/test-maths.cpp +++ b/test/test-maths.cpp @@ -152,8 +152,8 @@ BOOST_DATA_TEST_CASE(test_find_arc_centre, {{2, 2}, pi, {3, 3}, half_pi, {3, 2}, true}, {{2, 2}, pi, {1, 3}, -half_pi, {1, 2}, false}, {{-1100, -1000}, pi, {-900, -800}, half_pi, {-900, -1000}, true}, - {{1100, 1000}, 0, {1050, 900}, pi + 0.92, {973, 1000}, true}, - {{1050, 900}, 0.92, {1000, 800}, pi, {1127, 800}, false}, + {{1100, 1000}, 0, {1050, 900}, pi + 0.92F, {973, 1000}, true}, + {{1050, 900}, 0.92F, {1000, 800}, pi, {1127, 800}, false}, }), s, es, e, ee, exp, lr) { |