mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
fix zero heating for analog estimator tally
This commit is contained in:
parent
acf4b3616c
commit
e1a575b4d0
1 changed files with 2 additions and 4 deletions
|
|
@ -1278,11 +1278,9 @@ score_general_ce(Particle* p, int i_tally, int start_index,
|
|||
}
|
||||
}
|
||||
}
|
||||
break;
|
||||
} else {
|
||||
// Nuclear heating of any other particles not implmented
|
||||
break;
|
||||
}
|
||||
// Nuclear heating of any other particles not implmented
|
||||
break;
|
||||
|
||||
default:
|
||||
if (tally.estimator_ == ESTIMATOR_ANALOG) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue