Skip to content

Commit

Permalink
delete whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Oct 24, 2023
1 parent 5dd1a91 commit 9208c21
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 9208c21

Please sign in to comment.