Skip to content

Commit

Permalink
Merge branch 'development' of github.com:amrex-astro/Castro into deve…
Browse files Browse the repository at this point in the history
…lopment
  • Loading branch information
zingale committed Jun 1, 2023
2 parents 4e22359 + 7efbb12 commit 14c0c00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/reactions/Castro_react.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ Castro::react_state(MultiFab& s, MultiFab& r, Real time, Real dt, const int stra

burn_state.rho = U(i,j,k,URHO);

// Need to store current internal energy for self-consistent nse burn
#ifdef NSE_NET
// e is used as an input for some NSE solvers

burn_state.e = U(i,j,k,UEINT) * rhoInv;
#endif

// this T is consistent with UEINT because we did an EOS call before
// calling this function

Expand Down

0 comments on commit 14c0c00

Please sign in to comment.