Skip to content

Commit

Permalink
reverting new tiny argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkuhn committed Sep 17, 2024
1 parent a8e28d4 commit 1b611c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions amr-wind/equation_systems/vof/volume_fractions.H
Original file line number Diff line number Diff line change
Expand Up @@ -493,11 +493,10 @@ AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE bool interface_band(
const int j,
const int k,
amrex::Array4<amrex::Real const> const& volfrac,
const int n_band = 1,
const amrex::Real tiny = 1e-12) noexcept
const int n_band = 1) noexcept
{
// n_band must be <= number of vof ghost cells (3)

const amrex::Real tiny = 1e-12;
// Check if near interface
amrex::Real VOF_max = 0.0;
amrex::Real VOF_min = 1.0;
Expand Down

0 comments on commit 1b611c9

Please sign in to comment.