Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jan 6, 2024
1 parent eaab004 commit 3ec609f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/hydro/advection_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ Castro::shock(const Box& bx,
// we look for |grad P . dx| / P > 2/3 and div u < 0
// This is basically the method in Gronow et al. 2020

constexpr Real small = 1.e-10_rt;
constexpr Real eps = 2.0_rt / 3.0_rt;

const auto dx = geom.CellSizeArray();
Expand Down

0 comments on commit 3ec609f

Please sign in to comment.