Skip to content

Commit

Permalink
ODE: formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Luc Berger-Vergiat <[email protected]>
  • Loading branch information
lucbv committed Nov 8, 2024
1 parent 224a3f8 commit b296471
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ode/unit_test/Test_ODE_RK_counts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ void test_RK_count() {
Test::RK_Count<RK>(TestDevice(), TestProblem::EnrightD2(), 1.e-5, 0.0, 590);
}
Test::RK_Count<RK>(TestDevice(), TestProblem::EnrightD4(), 1.e-5, 1.e-9, 932);
if constexpr ((RK != KokkosODE::Experimental::RK_type::RKF12) && !std::is_same_v<typename TestDevice::execution_space, Kokkos::Experimental::SYCL>) {
if constexpr ((RK != KokkosODE::Experimental::RK_type::RKF12) &&
!std::is_same_v<typename TestDevice::execution_space, Kokkos::Experimental::SYCL>) {
Test::RK_Count<RK>(TestDevice(), TestProblem::KKStiffChemistry(), 1e-5, 0.0, 1);
}
}
Expand Down

0 comments on commit b296471

Please sign in to comment.