File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -51,13 +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
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
6158} // namespace simulation
6259
6360// ==============================================================================
You can’t perform that action at this time.
0 commit comments