We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9971315 commit c306f18Copy full SHA for c306f18
src/random_ray/flat_source_domain.cpp
@@ -150,8 +150,8 @@ void FlatSourceDomain::update_single_neutron_source(SourceRegionHandle& srh)
150
total_source = (scatter_source + fission_source * inverse_k_eff);
151
152
if (settings::kinetic_simulation && !simulation::is_initial_condition) {
153
- // Add delayed source for kinetic simulation if delayed neutrons are
154
- // turned on
+ // Add delayed source for kinetic simulation if delayed neutrons are
+ // turned on
155
if (settings::create_delayed_neutrons) {
156
double delayed_source = 0.0;
157
for (int dg = 0; dg < ndgroups_; dg++) {
0 commit comments