Skip to content

Commit

Permalink
remove another comment - Update amr-wind/equation_systems/AdvOp_Godun…
Browse files Browse the repository at this point in the history
…ov.H

Co-authored-by: Marc T. Henry de Frahan <[email protected]>
  • Loading branch information
mbkuhn and marchdf committed Oct 2, 2024
1 parent de6791e commit 6190d29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion amr-wind/equation_systems/AdvOp_Godunov.H
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ struct AdvectionOp<
for (int lev = 0; lev < repo.num_active_levels(); ++lev) {
dof_nph.fillphysbc(lev, time + 0.5 * dt, dof_nph(lev), 1);
if (PDE::multiply_rho) {
// Fill physical boundaries of nph density
den_nph.fillphysbc(lev, time + 0.5 * dt, den_nph(lev), 1);
}

Expand Down

0 comments on commit 6190d29

Please sign in to comment.