Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
64ebfcbd
Commit
64ebfcbd
authored
May 31, 2016
by
Douglas Serson
Browse files
Fix condition for output with IO_CheckSteps=1
parent
a5b6b4d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/SolverUtils/UnsteadySystem.cpp
View file @
64ebfcbd
...
...
@@ -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
)
...
...
Douglas Serson
@d.serson
mentioned in commit
fad876d7
·
May 31, 2016
mentioned in commit
fad876d7
mentioned in commit fad876d72dcafc44320c9d57ae58bdaa1eb97d86
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment