Skip to content

Commit

Permalink
delete more
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Nov 14, 2024
1 parent 19b30e8 commit fa9c6cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Source/driver/Castro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -895,12 +895,6 @@ Castro::initMFs()
flux_reg.define(grids, dmap, crse_ratio, level, NUM_STATE);
flux_reg.setVal(0.0);

#if (AMREX_SPACEDIM < 3)
if (!Geom().IsCartesian()) {
pres_reg.define(grids, dmap, crse_ratio, level, 1);
pres_reg.setVal(0.0);
}
#endif

#ifdef RADIATION
if (Radiation::rad_hydro_combined) {
Expand Down

0 comments on commit fa9c6cb

Please sign in to comment.