Skip to content

Commit

Permalink
address Marc HdF's comments with minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
baperry2 committed Nov 4, 2024
1 parent ad8e37b commit f5e7637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Source/PeleLMeX_K.H
Original file line number Diff line number Diff line change
Expand Up @@ -735,8 +735,7 @@ makeVelForce(
const amrex::Real& rho_incomp,
int pseudo_gravity,
int pseudo_gravity_dir,
const amrex::Real& /*time*/
,
const amrex::Real& /*time*/,
amrex::GpuArray<amrex::Real, AMREX_SPACEDIM> const gravity,
amrex::GpuArray<amrex::Real, AMREX_SPACEDIM> const gp0,
const amrex::Real& dV_control,
Expand Down
4 changes: 2 additions & 2 deletions Source/PeleLMeX_Setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,8 @@ PeleLM::readParameters()
<< std::endl;
}
if (
m_use_wbar != 0 &&
pele::physics::PhysicsType::eos_type::identifier() == "Manifold") {
(m_use_wbar != 0) &&
(pele::physics::PhysicsType::eos_type::identifier() == "Manifold")) {
amrex::Abort("Use of Wbar fluxes is not compatible with Manifold EOS");
}

Expand Down

0 comments on commit f5e7637

Please sign in to comment.