Skip to content

Commit 2f1b27b

Browse files
committed
don't store initial k_eff solve
1 parent 0c30fd7 commit 2f1b27b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/random_ray/random_ray_simulation.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ void openmc_run_random_ray()
8383
sim.output_simulation_results();
8484

8585
if (settings::kinetic_simulation) {
86-
rename_statepoint_file(-1);
87-
if (settings::output_tallies) {
88-
rename_tallies_file(-1);
89-
}
9086
// Now do a second steady state simulation to correct the batch wise k-eff
9187
// estimates
9288
simulation::k_eff_correction = true;

0 commit comments

Comments
 (0)