File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed
Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ class FlatSourceDomain {
118118
119119 // ----------------------------------------------------------------------------
120120 // Public Data members
121- double k_eff_ {1.0 }; // Eigenvalue
121+ double k_eff_ {1.0 }; // Eigenvalue
122122 double
123123 fission_rate_; // The system's fission rate (per cm^3), in eigenvalue mode
124124
Original file line number Diff line number Diff line change @@ -201,8 +201,8 @@ extern double weight_cutoff; //!< Weight cutoff for Russian roulette
201201extern double weight_survive; // !< Survival weight after Russian roulette
202202
203203// Timestep variables for kinetic simulation
204- extern int n_timesteps; // !< number of timesteps
205- extern double dt; // !< fixed timestep size
204+ extern int n_timesteps; // !< number of timesteps
205+ extern double dt; // !< fixed timestep size
206206} // namespace settings
207207
208208// ==============================================================================
Original file line number Diff line number Diff line change @@ -51,14 +51,10 @@ extern vector<int64_t> work_index;
5151
5252// -----------------------------------------------------------------------------
5353// Global variables for kinetic simulations
54- extern bool
55- is_initial_condition; // !< if eigenvalue/fixed source sim is an initial
56- // condition for a kinetic simulation
57- extern int current_timestep; // !< current time step in kinetic simulation
58- extern double current_time; // !< current time in kinetic simulation
59- extern bool k_eff_correction; // !< flag to indicate if the simulation is meant
60- // to correct batchwise k_effs
61-
54+ extern bool is_initial_condition; // !< if eigenvalue/fixed source sim is an initial condition for a kinetic simulation
55+ extern int current_timestep; // !< current time step in kinetic simulation
56+ extern double current_time; // !< current time in kinetic simulation
57+ extern bool k_eff_correction; // !< flag to indicate if the simulation is meant to correct batchwise k_effs
6258} // namespace simulation
6359
6460// ==============================================================================
You can’t perform that action at this time.
0 commit comments