Skip to content

Commit

Permalink
Update macroatom.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Sep 9, 2024
1 parent a2b28de commit 471b214
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion macroatom.cc
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,6 @@ void macroatom_close_file() {
auto rad_deexcitation_ratecoeff(const int modelgridindex, const int element, const int ion, const int lower,
const double epsilon_trans, const float A_ul, const double upperstatweight,
const double nnlevelupper, const double t_current) -> double {
assert_testmodeonly(upper > lower);
const auto &n_u = nnlevelupper;
const double n_l = get_levelpop(modelgridindex, element, ion, lower);

Expand Down

0 comments on commit 471b214

Please sign in to comment.