Skip to content

Commit

Permalink
Remove invalid asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored Nov 1, 2022
1 parent a08380b commit 9a5cbfe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/ablastr/mesh_refinement/coarsenToCellCentered.H
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ namespace ablastr::mesh_refinement::to_cell_centered
{
using namespace amrex::literals;

AMREX_ASSERT(sc[0] == 0);
AMREX_ASSERT(sc[1] == 0);
AMREX_ASSERT(sc[2] == 0);

// Indices of destination array (coarse)
const int ic[3] = { i, j, k };

Expand Down

0 comments on commit 9a5cbfe

Please sign in to comment.