Address @smharper comments on #1169

This commit is contained in:
Paul Romano 2019-02-19 21:48:20 -06:00
parent 39961dc0a4
commit 7325897ee9
13 changed files with 72 additions and 66 deletions

View file

@ -312,7 +312,7 @@ void initialize_batch()
}
// Reset total starting particle weight used for normalizing tallies
total_weight = 0.0;
simulation::total_weight = 0.0;
// Determine if this batch is the first inactive or active batch.
bool first_inactive = false;