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 8, 2024
1 parent d49a3ec commit 989085a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macroatom.cc
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ void macroatom_close_file() {
auto rad_deexcitation_ratecoeff(const int modelgridindex, const int element, const int ion, const int upper,
const int lower, const double epsilon_trans, const float A_ul,
const double upperstatweight, const double t_current) -> double {
assert_always(upper > lower);
assert_testmodeonly(upper > lower);

const double n_u = get_levelpop(modelgridindex, element, ion, upper);
const double n_l = get_levelpop(modelgridindex, element, ion, lower);
Expand Down

0 comments on commit 989085a

Please sign in to comment.