Skip to content

Commit

Permalink
Remove debugging Write
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed Jan 23, 2024
1 parent ef286b6 commit 2879d0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/incflo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ void incflo::MakeNewLevelFromScratch (int lev, Real time, const BoxArray& new_gr
prob_init_fluid(lev);
}
make_mixedBC_mask(lev, grids[lev], dmap[lev]);
Write(*m_mixedBC_mask[0],std::string("bcmask"));

#ifdef AMREX_USE_EB
macproj = std::make_unique<Hydro::MacProjector>(Geom(0,finest_level),
Expand Down

0 comments on commit 2879d0e

Please sign in to comment.