Skip to content

Commit

Permalink
remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Aug 17, 2024
1 parent 650d8d7 commit 12543e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Godunov/hydro_godunov_ppm.H
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,6 @@ void PredictStateOnZFace ( const int i, const int j, const int k, const int n,
}

} else {
constexpr auto half{amrex::Real(0.5)};
constexpr auto two3rds{amrex::Real(2.0/3.0)};

amrex::Real sedge1 = Limiter::sedge1(sm2,sm1,s0,sp1,sp2);
Expand Down

0 comments on commit 12543e8

Please sign in to comment.