File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
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 @@ -53,12 +53,11 @@ extern vector<int64_t> work_index;
5353// Global variables for kinetic simulations
5454extern bool
5555 is_initial_condition; // !< if eigenvalue/fixed source sim is an initial
56- // condition for a kinetic simulation
56+ // !< condition for a kinetic simulation
5757extern int current_timestep; // !< current time step in kinetic simulation
5858extern double current_time; // !< current time in kinetic simulation
5959extern bool k_eff_correction; // !< flag to indicate if the simulation is meant
6060 // to correct batchwise k_effs
61-
6261} // namespace simulation
6362
6463// ==============================================================================
You can’t perform that action at this time.
0 commit comments