Skip to content

Commit

Permalink
no lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Oct 10, 2024
1 parent d645310 commit d01f9a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Reactions/ReactorCvode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1394,10 +1394,10 @@ ReactorCvode::react(
initCvode(y, A, udata, NLS, LS, cvode_mem, time_start, ncells);

// Update TypicalValues
// NOLINTNEXTLINE(clang-analyzer-core.CallAndMessage)
utils::set_sundials_solver_tols<Ordering>(
*amrex::sundials::The_Sundials_Context(), cvode_mem, udata->ncells, relTol,
absTol, m_typ_vals, "cvode",
verbose); // NOLINT(clang-analyzer-core.CallAndMessage)
absTol, m_typ_vals, "cvode", verbose);

const auto captured_reactor_type = m_reactor_type;
const auto captured_clean_init_massfrac = m_clean_init_massfrac;
Expand Down

0 comments on commit d01f9a9

Please sign in to comment.