Skip to content

Commit 1d72739

Browse files
committed
formatting fix
1 parent bda7712 commit 1d72739

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

include/openmc/simulation.h

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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
//==============================================================================

0 commit comments

Comments
 (0)