From c6d4f1a5edbb6f2837e4dab27a58846182cfb000 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Wed, 26 Jan 2022 13:41:35 -0600 Subject: [PATCH] Updating some data member formats. --- include/openmc/particle_data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/openmc/particle_data.h b/include/openmc/particle_data.h index 128685fef2..727be0ec0e 100644 --- a/include/openmc/particle_data.h +++ b/include/openmc/particle_data.h @@ -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