Skip to content

Commit

Permalink
fix pslope check
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Aug 20, 2024
1 parent b1ef1ab commit bd86733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/hydro/trace_ppm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Castro::trace_ppm(const Box& bx,
amrex::Real p_m_hse{};
amrex::Real p_p_hse{};

if (use_pslope) {
if (castro::use_pslope || castro::ppm_well_balanced) {
Real trho[nslp];
Real src[nslp];

Expand Down

0 comments on commit bd86733

Please sign in to comment.