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
b1df1f28
Commit
b1df1f28
authored
Sep 29, 2005
by
Ken Martin
Browse files
COMP: fix a compiler warning
parent
81661b0c
Changes
1
Show whitespace changes
Inline
Side-by-side
IO/vtkXMLDataReader.cxx
View file @
b1df1f28
...
...
@@ -27,7 +27,7 @@
#include "assert.h"
vtkCxxRevisionMacro
(
vtkXMLDataReader
,
"1.2
6
"
);
vtkCxxRevisionMacro
(
vtkXMLDataReader
,
"1.2
7
"
);
//----------------------------------------------------------------------------
vtkXMLDataReader
::
vtkXMLDataReader
()
...
...
@@ -183,7 +183,6 @@ int vtkXMLDataReader::SetUpdateExtentInfo(vtkXMLDataElement *eDSA,
}
int
i
;
vtkInformation
*
info
=
NULL
;
// Cycle through each data array
for
(
i
=
0
;
i
<
eDSA
->
GetNumberOfNestedElements
();
i
++
)
...
...
Write
Preview
Markdown
is supported
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