diff --git a/Source/ERF.cpp b/Source/ERF.cpp index b970bb1c4..c9f1f1019 100644 --- a/Source/ERF.cpp +++ b/Source/ERF.cpp @@ -1671,6 +1671,9 @@ ERF::Evolve_MB (int MBstep, int max_block_step) if (cur_time >= stop_time - 1.e-6*dt[0]) break; } +/* I don't think we need these for the multiblock Evolve +** Results in extraneous plot/checkpoint files + if (plot_int_1 > 0 && istep[0] > last_plot_file_step_1) { WritePlotFile(1,plot_var_names_1); } @@ -1688,6 +1691,7 @@ ERF::Evolve_MB (int MBstep, int max_block_step) WriteCheckpointFile(); } } +*/ } #endif