Skip to content

Commit

Permalink
Update xrb_mixed (#466)
Browse files Browse the repository at this point in the history
fix compilation + clang-tidy
  • Loading branch information
zingale authored Jul 18, 2024
1 parent 6bc2822 commit 829c29b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Exec/science/xrb_mixed/MaestroInitData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void Maestro::InitLevelData(const int lev, [[maybe_unused]] const Real time, con
}
}

void Maestro::InitLevelDataSphr(const int lev, const Real time, MultiFab& scal,
void Maestro::InitLevelDataSphr(const int lev, const Real time, MultiFab& scal, // NOLINT(readability-convert-member-functions-to-static)
MultiFab& vel) {

amrex::ignore_unused(lev);
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/xrb_mixed/MaestroSponge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void Maestro::SpongeInit(const BaseState<Real>& rho0_s) {
}

if (maestro_verbose >= 1) {
if (xrb_use_bottom_sponge) {
if (problem_rp::xrb_use_bottom_sponge) {
Print() << "inner sponge: r_sp , r_tp : " << r_sp << ", "
<< r_tp << std::endl;
}
Expand Down

0 comments on commit 829c29b

Please sign in to comment.