Skip to content

Commit c306f18

Browse files
committed
c++ formatting
1 parent 9971315 commit c306f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/random_ray/flat_source_domain.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ void FlatSourceDomain::update_single_neutron_source(SourceRegionHandle& srh)
150150
total_source = (scatter_source + fission_source * inverse_k_eff);
151151

152152
if (settings::kinetic_simulation && !simulation::is_initial_condition) {
153-
// Add delayed source for kinetic simulation if delayed neutrons are
154-
// turned on
153+
// Add delayed source for kinetic simulation if delayed neutrons are
154+
// turned on
155155
if (settings::create_delayed_neutrons) {
156156
double delayed_source = 0.0;
157157
for (int dg = 0; dg < ndgroups_; dg++) {

0 commit comments

Comments
 (0)