Skip to content

Commit

Permalink
fix drhoauxdt declaration (#1565)
Browse files Browse the repository at this point in the history
NumSpec -> NumAux
  • Loading branch information
zhichen3 authored May 24, 2024
1 parent 4d8c2e5 commit ed23580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/nse_update_sdc.H
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ void sdc_nse_burn(BurnT& state, const amrex::Real dt) {
// get the derivatives at t = t^n

amrex::Real drhoedt;
amrex::Real drhoauxdt[NumSpec];
amrex::Real drhoauxdt[NumAux];

nse_derivs(rho_old, rhoe_old, rhoaux_old,
dt, state.ydot_a,
Expand Down

0 comments on commit ed23580

Please sign in to comment.