From b296471fa1da6c24cacc5e4d82d12881d17dc09e Mon Sep 17 00:00:00 2001 From: Luc Berger-Vergiat Date: Fri, 8 Nov 2024 12:05:28 -0700 Subject: [PATCH] ODE: formatting Signed-off-by: Luc Berger-Vergiat --- ode/unit_test/Test_ODE_RK_counts.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } }