mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Removed some comment references to threadprivate variables that no longer exist.
This commit is contained in:
parent
63ef983f19
commit
2ea0859fd3
4 changed files with 1 additions and 15 deletions
|
|
@ -417,7 +417,7 @@ void finalize_generation()
|
|||
{
|
||||
auto& gt = simulation::global_tallies;
|
||||
|
||||
// Update global tallies with the omp private accumulation variables
|
||||
// Update global tallies with the accumulation variables
|
||||
if (settings::run_mode == RUN_MODE_EIGENVALUE) {
|
||||
gt(K_COLLISION, RESULT_VALUE) += global_tally_collision;
|
||||
gt(K_ABSORPTION, RESULT_VALUE) += global_tally_absorption;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue