Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Jul 29, 2024
1 parent 0ac27a0 commit ca1ab24
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 @@ -241,7 +241,6 @@ struct weno_js {
amrex::Real(0.25) * (amrex::Real(3.0) * s0 - amrex::Real(4.0) * sp1 + sp2) *
(amrex::Real(3.0) * s0 - amrex::Real(4.0) * sp1 + sp2);

const amrex::Real t5 = amrex::Math::abs(beta3 - beta1);
const amrex::Real omega1 = amrex::Real(0.1) / (eps + beta1);
const amrex::Real omega2 = amrex::Real(0.6) / (eps + beta2);
const amrex::Real omega3 = amrex::Real(0.3) / (eps + beta3);
Expand Down

0 comments on commit ca1ab24

Please sign in to comment.