mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
delete a line doubling
This commit is contained in:
parent
e98c50fcef
commit
4a0c8ee2b7
1 changed files with 0 additions and 1 deletions
|
|
@ -114,7 +114,6 @@ ScattData::base_combine(size_t max_order,
|
|||
// Combine mult_numer and mult_denom into the combined multiplicity matrix
|
||||
xt::xtensor<double, 2> this_mult({groups, groups}, 1.);
|
||||
// TODO: Need to check this too
|
||||
xt::xtensor<double, 2> this_mult({groups, groups}, 1.);
|
||||
for (int gin = 0; gin < groups; gin++) {
|
||||
for (int gout = 0; gout < groups; gout++) {
|
||||
if (std::abs(mult_denom(gin, gout)) > 0.0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue