Remove extraneous comment

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Gavin Ridley 2021-11-11 19:07:21 -05:00 committed by GitHub
parent 15be2e1d06
commit 871c0b60b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -835,8 +835,7 @@ void Nuclide::calculate_urr_xs(int i_temp, Particle& p) const
double r = future_prn(static_cast<int64_t>(index_), *p.current_seed());
p.stream() = STREAM_TRACKING;
// Warning: this assumes row-major order of cdf_values_. Also, should it
// really be +1?
// Warning: this assumes row-major order of cdf_values_
int i_low = upper_bound_index(&urr.cdf_values_(i_energy, 0),
&urr.cdf_values_(i_energy, 0) + urr.n_cdf(), r) +
1;