Skip to content

Commit

Permalink
Fixup call to solve_spencerfano()
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Dec 7, 2024
1 parent e5fb0f9 commit acad155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_grid.cc
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ void solve_Te_nltepops(const int nonemptymgi, const int nts, const int nts_prev,
const auto sys_time_start_spencerfano = std::time(nullptr);
if (NT_ON && NT_SOLVE_SPENCERFANO) {
// SF solution depends on the ionization balance, and weakly on nne
nonthermal::solve_spencerfano(mgi, nts, nlte_iter);
nonthermal::solve_spencerfano(nonemptymgi, nts, nlte_iter);
}
const int duration_solve_spencerfano = std::time(nullptr) - sys_time_start_spencerfano;

Expand Down

0 comments on commit acad155

Please sign in to comment.