Skip to content

Commit

Permalink
Merge branch 'development' into sneut_cleaning_V
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Oct 29, 2023
2 parents 75fe182 + 53d9798 commit 367cad9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nse_solver/nse_check.H
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,9 @@ bool in_nse(burn_t& current_state, bool skip_molar_check=false) {
amrex::Real enuc;
ener_gener_rate(ydot, enuc);

// include any weak rate neutrino losses
enuc += rate_eval.enuc_weak;

#ifdef NEUTRINOS
// get abar and zbar
composition(state);
Expand Down

0 comments on commit 367cad9

Please sign in to comment.