Updating some data member formats.

This commit is contained in:
Patrick Shriwise 2022-01-26 13:41:35 -06:00
parent 6fc769a36d
commit c6d4f1a5ed

View file

@ -310,8 +310,8 @@ private:
// Weight window information
int n_split_ {0}; // Number of times this particle has been split
double ww_factor_ {
0.0}; // Particle-specific factor for on-the-fly weight window adjustment
// Particle-specific factor for on-the-fly weight window adjustment
double ww_factor_ {0.0};
// DagMC state variables
#ifdef DAGMC