Skip to content
Snippets Groups Projects
Commit 64ebfcbd authored by Douglas Serson's avatar Douglas Serson
Browse files

Fix condition for output with IO_CheckSteps=1

parent a5b6b4d2
No related branches found
No related tags found
No related merge requests found
......@@ -351,7 +351,7 @@ namespace Nektar
}
// Write out checkpoint files
if ((m_checksteps && step && !((step + 1) % m_checksteps)) ||
if ((m_checksteps && !((step + 1) % m_checksteps)) ||
doCheckTime)
{
if(m_HomogeneousType == eHomogeneous1D)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment