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
Ben Boeckel
Xdmf
Commits
4b8aefb8
Commit
4b8aefb8
authored
Nov 10, 2008
by
Jerry Clarke
Browse files
remove comment
parent
9c0896be
Changes
1
Hide whitespace changes
Inline
Side-by-side
vtk/vtkXdmfReader.cxx
View file @
4b8aefb8
...
...
@@ -90,7 +90,7 @@
//----------------------------------------------------------------------------
vtkStandardNewMacro
(
vtkXdmfReader
);
vtkCxxRevisionMacro
(
vtkXdmfReader
,
"1.5
6
"
);
vtkCxxRevisionMacro
(
vtkXdmfReader
,
"1.5
7
"
);
//----------------------------------------------------------------------------
vtkCxxSetObjectMacro
(
vtkXdmfReader
,
Controller
,
vtkMultiProcessController
);
...
...
@@ -2126,7 +2126,7 @@ int vtkXdmfReaderInternal::RequestGridData(
//continue;
}
cout
<<
"RequestGridData Node "
<<
this
->
Reader
->
GetController
()
->
GetLocalProcessId
()
<<
" Reading data for "
<<
xdmfGrid
->
GetName
()
<<
endl
;
//
cout << "RequestGridData Node " << this->Reader->GetController()->GetLocalProcessId() << " Reading data for " << xdmfGrid->GetName() << endl;
vtkDebugWithObjectMacro
(
this
->
Reader
,
"Reading Heavy Data for "
<<
xdmfGrid
->
GetName
());
#ifndef XDMF_NO_MPI
...
...
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