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
Bill Lorensen
VTK
Commits
0a7fd11e
Commit
0a7fd11e
authored
Feb 29, 2012
by
Robert Maynard
Committed by
Code Review
Feb 29, 2012
Browse files
Merge topic 'EnSight6ReaderVectorPerElementFix' into master
75944632
EnSight6 Reader vectors per element
parents
468d2f20
75944632
Changes
1
Hide whitespace changes
Inline
Side-by-side
IO/vtkEnSight6Reader.cxx
View file @
0a7fd11e
...
...
@@ -1356,7 +1356,7 @@ int vtkEnSight6Reader::ReadVectorsPerElement(
}
else
{
while
(
lineRead
&&
strncmp
(
line
,
"part"
,
4
)
!=
0
)
while
(
lineRead
&&
strncmp
(
line
,
"part"
,
4
)
!=
0
&&
strncmp
(
line
,
"END TIME STEP"
,
13
)
!=
0
)
{
elementType
=
this
->
GetElementType
(
line
);
if
(
elementType
<
0
)
...
...
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