Skip to content

Commit

Permalink
Deleted total_multicuts value
Browse files Browse the repository at this point in the history
  • Loading branch information
ejyoo921 committed Jul 29, 2024
1 parent 823e97f commit 4007d81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Src/EB/AMReX_EB2_Level.H
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ GShopLevel<G>::define_fine (G const& gshop, const Geometry& geom,
amrex::ignore_unused(hybrid);

int iter = 0;
int total_multicuts = 0; //EY
for (; iter < maxiter; ++iter)
{
int nsmallcells = 0;
Expand Down Expand Up @@ -517,7 +516,6 @@ GShopLevel<G>::define_fine (G const& gshop, const Geometry& geom,
}
}
}
total_multicuts = total_multicuts + nmulticuts;
}

AMREX_ALWAYS_ASSERT_WITH_MESSAGE(iter < maxiter, "EB: failed to fix small cells");
Expand Down

0 comments on commit 4007d81

Please sign in to comment.