mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Addressing comments from @paulromano
This commit is contained in:
parent
70d1665643
commit
aefcb4c4aa
3 changed files with 28 additions and 12 deletions
|
|
@ -310,8 +310,7 @@ private:
|
|||
|
||||
// Weight window information
|
||||
int n_split_ {0}; // Number of times this particle has been split
|
||||
// Particle-specific factor for on-the-fly weight window adjustment
|
||||
double ww_factor_ {0.0};
|
||||
double ww_factor_ {0.0}; // Particle-specific factor for on-the-fly weight window adjustment
|
||||
|
||||
// DagMC state variables
|
||||
#ifdef DAGMC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue