Skip to content

Commit

Permalink
commented out extraneous plotting of plot/check files
Browse files Browse the repository at this point in the history
  • Loading branch information
mukul1992 committed Jan 24, 2024
1 parent e4e8fa7 commit e1dadce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/ERF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand All @@ -1688,6 +1691,7 @@ ERF::Evolve_MB (int MBstep, int max_block_step)
WriteCheckpointFile();
}
}
*/

}
#endif

0 comments on commit e1dadce

Please sign in to comment.