Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
defedb5f
Commit
defedb5f
authored
Apr 18, 2016
by
Nathan
Browse files
Ensures the file is initialized through the first pass.
parent
2ab9c2e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
IO/Exodus/vtkExodusIIWriter.cxx
View file @
defedb5f
...
@@ -310,7 +310,7 @@ void vtkExodusIIWriter::WriteData ()
...
@@ -310,7 +310,7 @@ void vtkExodusIIWriter::WriteData ()
this
->
RemoveGhostCells
();
this
->
RemoveGhostCells
();
// move check parameters up here and then if there's a change, new file.
// move check parameters up here and then if there's a change, new file.
if
(
this
->
WriteAllTimeSteps
&&
!
newHierarchy
)
if
(
this
->
WriteAllTimeSteps
&&
this
->
CurrentTimeIndex
!=
0
&&
!
newHierarchy
)
{
{
if
(
!
this
->
WriteNextTimeStep
())
if
(
!
this
->
WriteNextTimeStep
())
{
{
...
...
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