mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Address @smharper comments on #1169
This commit is contained in:
parent
39961dc0a4
commit
7325897ee9
13 changed files with 72 additions and 66 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue