Addressing comments from @paulromano

This commit is contained in:
Patrick Shriwise 2022-02-01 12:17:38 -06:00
parent 70d1665643
commit aefcb4c4aa
3 changed files with 28 additions and 12 deletions

View file

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