mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Updating some data member formats.
This commit is contained in:
parent
6fc769a36d
commit
c6d4f1a5ed
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue