Skip to content

Commit

Permalink
Update macroatom.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Aug 31, 2024
1 parent 300eca7 commit 1aaaca7
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 @@ -112,7 +112,7 @@ void calculate_macroatom_transitionrates(const int modelgridindex, const int ele
double sum_internal_up_same = 0.;
const int nuptrans = get_nuptrans(element, ion, level);
for (int i = 0; i < nuptrans; i++) {
const auto &uptrans = globals::elements[element].ions[ion].levels[level].uptrans[i];
const auto &uptrans = levelref.uptrans[i];
const double epsilon_trans = epsilon(element, ion, uptrans.targetlevelindex) - epsilon_current;

const double R =
Expand Down

0 comments on commit 1aaaca7

Please sign in to comment.