From 3ddc0974ce42d7cdd9161dda2a9558d6800d12c8 Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen Date: Fri, 2 Apr 2021 22:06:27 +0000 Subject: Fix two bugs in commit --- test/geo_quaternion.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/geo_quaternion.cpp') diff --git a/test/geo_quaternion.cpp b/test/geo_quaternion.cpp index 6cfdb6f10..c4a3162b3 100644 --- a/test/geo_quaternion.cpp +++ b/test/geo_quaternion.cpp @@ -332,7 +332,9 @@ EIGEN_DECLARE_TEST(geo_quaternion) CALL_SUBTEST_2(( quaternionAlignment() )); CALL_SUBTEST_2( mapQuaternion() ); +#ifndef EIGEN_TEST_ANNOYING_SCALAR_DONT_THROW AnnoyingScalar::dont_throw = true; +#endif CALL_SUBTEST_3(( quaternion() )); } } -- cgit v1.2.3