Skip to content

Commit

Permalink
Fixed typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmontgomeryNREL committed Sep 3, 2024
1 parent fb7cae4 commit d27aab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exec/RegTests/AuxQuantities/prob.H
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pc_initdata(
state(i, j, k, UFS + n) = rho * prob_parm.massfrac[n];
}

// Determin x,y,z locations for location of AUX quantity
// Determine x,y,z locations of AUX quantity
const amrex::Real* prob_lo = geomdata.ProbLo();
const amrex::Real* dx = geomdata.CellSize();
const amrex::Real x[AMREX_SPACEDIM] = {AMREX_D_DECL(
Expand Down

0 comments on commit d27aab2

Please sign in to comment.