Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Dec 7, 2023
1 parent f6d0dc6 commit fbf0716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/nse_update_simplified_sdc.H
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void sdc_nse_burn(BurnT& state, const Real dt) {
nse_table_t nse_state;
nse_state.T = T_in;
nse_state.rho = state.rho;
nse_state.Ye = ye_inl
nse_state.Ye = ye_in;

nse_interp(nse_state);

Expand Down

0 comments on commit fbf0716

Please sign in to comment.