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
8af11a6b
Commit
8af11a6b
authored
Feb 28, 2012
by
Robert Maynard
Committed by
Code Review
Feb 28, 2012
Browse files
Merge topic 'EnSight-Time-Step-Bug' into master
674eea7b
Properly fix the issue with reading scalar properties
parents
8f4d8afc
674eea7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
IO/vtkEnSight6Reader.cxx
View file @
8af11a6b
...
...
@@ -1179,7 +1179,8 @@ int vtkEnSight6Reader::ReadScalarsPerElement(
}
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