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 0c30fd7 commit 2f1b27bCopy full SHA for 2f1b27b
src/random_ray/random_ray_simulation.cpp
@@ -83,10 +83,6 @@ void openmc_run_random_ray()
83
sim.output_simulation_results();
84
85
if (settings::kinetic_simulation) {
86
- rename_statepoint_file(-1);
87
- if (settings::output_tallies) {
88
- rename_tallies_file(-1);
89
- }
90
// Now do a second steady state simulation to correct the batch wise k-eff
91
// estimates
92
simulation::k_eff_correction = true;
0 commit comments