Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
baperry2 committed Nov 1, 2023
1 parent f0c5e67 commit 46045fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Exec/RegTests/TripleFlame/pelelmex_prob.H
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ pelelmex_initdata(
const amrex::Real* prob_lo = geomdata.ProbLo();
const amrex::Real* dx = geomdata.CellSize();

AMREX_D_TERM(const amrex::Real x = prob_lo[0] + (i + 0.5) * dx[0];
, const amrex::Real y = prob_lo[1] + (j + 0.5) * dx[1];,
/*const amrex::Real z = prob_lo[2] + (k + 0.5) * dx[2];*/);
const amrex::Real x = prob_lo[0] + (i + 0.5) * dx[0];
const amrex::Real y = prob_lo[1] + (j + 0.5) * dx[1];

auto eos = pele::physics::PhysicsType::eos();
amrex::Real massfrac[NUM_SPECIES] = {0.0};
Expand Down

0 comments on commit 46045fb

Please sign in to comment.