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
b9c2e910
Commit
b9c2e910
authored
Apr 07, 2009
by
Eric Stanton
Browse files
COMP: Fix failing printself test.
parent
ebfec571
Changes
1
Hide whitespace changes
Inline
Side-by-side
Infovis/vtkDelimitedTextReader.cxx
View file @
b9c2e910
...
...
@@ -41,7 +41,7 @@
#include <ctype.h>
vtkCxxRevisionMacro
(
vtkDelimitedTextReader
,
"1.2
8
"
);
vtkCxxRevisionMacro
(
vtkDelimitedTextReader
,
"1.2
9
"
);
vtkStandardNewMacro
(
vtkDelimitedTextReader
);
struct
vtkDelimitedTextReaderInternals
...
...
@@ -148,6 +148,8 @@ void vtkDelimitedTextReader::PrintSelf(ostream& os, vtkIndent indent)
<<
this
->
GeneratePedigreeIds
<<
endl
;
os
<<
indent
<<
"PedigreeIdArrayName: "
<<
this
->
PedigreeIdArrayName
<<
endl
;
os
<<
indent
<<
"OutputPedigreeIds: "
<<
(
this
->
OutputPedigreeIds
?
"true"
:
"false"
)
<<
endl
;
}
// ----------------------------------------------------------------------
...
...
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