diff --git a/ode/unit_test/Test_ODE_RK_counts.hpp b/ode/unit_test/Test_ODE_RK_counts.hpp index 9e701a98c9..83c2079b60 100644 --- a/ode/unit_test/Test_ODE_RK_counts.hpp +++ b/ode/unit_test/Test_ODE_RK_counts.hpp @@ -134,7 +134,8 @@ void test_RK_count() { Test::RK_Count(TestDevice(), TestProblem::EnrightD2(), 1.e-5, 0.0, 590); } Test::RK_Count(TestDevice(), TestProblem::EnrightD4(), 1.e-5, 1.e-9, 932); - if constexpr ((RK != KokkosODE::Experimental::RK_type::RKF12) && !std::is_same_v) { + if constexpr ((RK != KokkosODE::Experimental::RK_type::RKF12) && + !std::is_same_v) { Test::RK_Count(TestDevice(), TestProblem::KKStiffChemistry(), 1e-5, 0.0, 1); } }