Skip to content

Commit 9ea4666

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a08038a commit 9ea4666

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/problems/HydrostaticAtmosphere/testHydrostaticAtmosphere.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,13 @@ template <> struct Physics_Traits<HydrostaticAtmosphereProblem> {
4545
constexpr amrex::Real kTgasInit = 1.0;
4646
constexpr amrex::Real kRhoInitFactor = 5.0e-3;
4747
AMREX_GPU_MANAGED amrex::Real g_base_density_floor = NAN; // NOLINT(cppcoreguidelines-avoid-non-const-global-variables)
48-
AMREX_GPU_MANAGED amrex::Real g_scale_height = NAN; // NOLINT(cppcoreguidelines-avoid-non-const-global-variables)
48+
AMREX_GPU_MANAGED amrex::Real g_scale_height = NAN; // NOLINT(cppcoreguidelines-avoid-non-const-global-variables)
4949

5050
template <>
5151
AMREX_GPU_DEVICE AMREX_FORCE_INLINE void
52-
AMRSimulation<HydrostaticAtmosphereProblem>::setCustomBoundaryConditions(const amrex::IntVect &iv, amrex::Array4<amrex::Real> const &consVar,
53-
int /*dcomp*/, int numcomp, amrex::GeometryData const &geom,
54-
const amrex::Real /*time*/, const amrex::BCRec * /*bcr*/, int /*bcomp*/,
55-
int /*orig_comp*/)
52+
AMRSimulation<HydrostaticAtmosphereProblem>::setCustomBoundaryConditions(const amrex::IntVect &iv, amrex::Array4<amrex::Real> const &consVar, int /*dcomp*/,
53+
int numcomp, amrex::GeometryData const &geom, const amrex::Real /*time*/,
54+
const amrex::BCRec * /*bcr*/, int /*bcomp*/, int /*orig_comp*/)
5655
{
5756
auto [i, j, k] = iv.dim3();
5857

0 commit comments

Comments
 (0)