Skip to content

Commit

Permalink
Stop making plotfile before Nodal proj
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed Oct 4, 2023
1 parent 260a553 commit 8b4612c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/incflo_apply_predictor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -825,10 +825,10 @@ void incflo::ApplyPredictor (bool incremental_projection)
// // VisMF::Write(density_nph_neweb[0],"rnph");
// VisMF::Write(m_leveldata[0]->velocity,"vel");

std::string save = m_plot_file;
m_plot_file = "pred";
WritePlotFile();
m_plot_file = save;
// std::string save = m_plot_file;
// m_plot_file = "pred";
// WritePlotFile();
// m_plot_file = save;
// static int count = 0;
// count++;
//if (count > 0) Abort();
Expand Down

0 comments on commit 8b4612c

Please sign in to comment.