Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jul 18, 2024
1 parent 03b087e commit 41ed596
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions unit_test/test_nse_net/burn_cell.H
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ void burn_cell_c()
// now test the EOS+NSE function. The basic idea is the following:
//
// 1. find the e corresponding to the current NSE state (eos_input_rt)
// 2. perturb e and then call the NSE EOS to get the updated T
// 3. call the EOS with this new T (eos_input_rt) and updated NSE
// 2. perturb e and then call the NSE EOS to get the updated T and abar
// 3. call the NSE function explicitly with the new T to get the X's
// (since the NSE EOS doesn't return these).
// 4. call the EOS with this new T (eos_input_rt) and updated NSE
// composition and see if we recover the same perturbed e

eos_t eos_state;
Expand Down

0 comments on commit 41ed596

Please sign in to comment.