Skip to content

Commit 859fbec

Browse files
committed
minor formatting fix
1 parent f8183de commit 859fbec

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

include/openmc/random_ray/flat_source_domain.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

include/openmc/settings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ extern double weight_cutoff; //!< Weight cutoff for Russian roulette
201201
extern 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
//==============================================================================

include/openmc/simulation.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,11 @@ extern vector<int64_t> work_index;
5353
// Global variables for kinetic simulations
5454
extern 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
5757
extern int current_timestep; // !< current time step in kinetic simulation
5858
extern double current_time; // !< current time in kinetic simulation
5959
extern bool k_eff_correction; // !< flag to indicate if the simulation is meant
6060
// to correct batchwise k_effs
61-
6261
} // namespace simulation
6362

6463
//==============================================================================

0 commit comments

Comments
 (0)