From 2d6fe8e6035a0de28067bba891d4111b898af7fb Mon Sep 17 00:00:00 2001 From: Luke Shingles Date: Mon, 9 Sep 2024 19:44:27 +0100 Subject: [PATCH] Update input.cc --- input.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/input.cc b/input.cc index c8f3dab29..267ab92a7 100644 --- a/input.cc +++ b/input.cc @@ -600,9 +600,6 @@ void add_transitions_to_unsorted_linelist(const int element, const int ion, cons auto &downtransition = temp_alltranslist[globals::elements[element].ions[ion].levels[level].alltrans_startdown + nupperdowntrans - 1]; - // this is what classic did, but it is not quite correct. The downtrans list should be searched to find the - // correct index, not just using the last one. It probably works for the case where the transitions are sorted, - // but the assertion tripped on C IV in the classic dataset. assert_always(downtransition.targetlevelindex == lowerlevel); downtransition.einstein_A += transition.A;