Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Oct 3, 2023
1 parent 0c5b400 commit 1168838
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Exec/science/flame_wave/problem_initialize.H
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ void problem_initialize ()
// lower boundary, we'll add 4 ghostcells to this, so we need to
// compute dx

auto dx_fine = get_fine_grid_dx();
std::cout << "dx_fine = " << dx_fine[0] << " " << dx_fine[1] << std::endl;
amrex::Error("stop");

int nx_model = static_cast<int>((probhi[AMREX_SPACEDIM-1] - problo[AMREX_SPACEDIM-1]) /
problem::dx_model);

Expand Down

0 comments on commit 1168838

Please sign in to comment.