Skip to content

Commit

Permalink
fix oops
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Apr 29, 2024
1 parent 88a37a2 commit 2830d38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utilities/io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,8 @@ void incflo::WritePlotFile()
if(m_plt_error_w) ncomp += 1;
#endif

// Error in nodal pressure (computed vs exact) if(m_plt_error_p) ncomp += 1;
// Error in nodal pressure (computed vs exact)
if(m_plt_error_p) ncomp += 1;

// Error in MAC pressure (computed vs exact)
if(m_plt_error_mac_p) ncomp += 1;
Expand Down

0 comments on commit 2830d38

Please sign in to comment.