Removed some comment references to threadprivate variables that no longer exist.

This commit is contained in:
John Tramm 2020-01-14 02:30:17 +00:00
parent 63ef983f19
commit 2ea0859fd3
4 changed files with 1 additions and 15 deletions

View file

@ -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;