Skip to content

Commit

Permalink
fix typos (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren authored Aug 19, 2024
1 parent eb5b891 commit 8fa618b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Godunov/hydro_godunov_ppm.H
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ void PredictStateOnYFace ( const int i, const int j, const int k, const int n,
amrex::Real dsp = 0.0;
amrex::Real dsm = 0.0;
minmod_fn(sm1, s0, sp1, dsm, dsp);
Godunov_minmod_bc(i, sm1, s0, sp1, dsm, dsp, bc.lo(0), bc.hi(0), domlo, domhi);
Godunov_minmod_bc(j, sm1, s0, sp1, dsm, dsp, bc.lo(1), bc.hi(1), domlo, domhi);

if (vel_edge(i,j+1,k) > small_vel) {
Ip = s0 + half * (one - sigmap) * dsp;
Expand Down

0 comments on commit 8fa618b

Please sign in to comment.