Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Dec 20, 2023
1 parent db131ff commit 694b8bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Exec/RegTests/SootRadTest/pelelmex_prob.H
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ pelelmex_initdata(

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 z = prob_lo[2] + (k + 0.5) * dx[2];*/);
amrex::GpuArray<amrex::Real, NUM_SPECIES> massfrac = {{0.0}};
amrex::GpuArray<amrex::Real, NUM_SPECIES + 4> pmf_vals = {{0.0}};
amrex::Real x1 = (x - prob_parm.standoff - 0.5 * dx[0]) * 100.;
Expand Down

0 comments on commit 694b8bc

Please sign in to comment.