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
dced5284
Commit
dced5284
authored
Nov 28, 2008
by
Jerry Clarke
Browse files
remove comment
parent
e56298af
Changes
1
Hide whitespace changes
Inline
Side-by-side
vtk/vtkXdmfReader.cxx
View file @
dced5284
...
...
@@ -90,7 +90,7 @@
//----------------------------------------------------------------------------
vtkStandardNewMacro
(
vtkXdmfReader
);
vtkCxxRevisionMacro
(
vtkXdmfReader
,
"1.6
0
"
);
vtkCxxRevisionMacro
(
vtkXdmfReader
,
"1.6
1
"
);
//----------------------------------------------------------------------------
vtkCxxSetObjectMacro
(
vtkXdmfReader
,
Controller
,
vtkMultiProcessController
);
...
...
@@ -2026,7 +2026,7 @@ int vtkXdmfReaderInternal::RequestGridData(
hasUpdateExtent
=
grid
->
GetInformation
()
->
Has
(
vtkStreamingDemandDrivenPipeline
::
UPDATE_EXTENT
());
childhasUpdateExtent
=
(
*
it
)
->
GetInformation
()
->
Has
(
vtkStreamingDemandDrivenPipeline
::
UPDATE_EXTENT
());
if
(
hasUpdateExtent
&&
(
!
childhasUpdateExtent
)){
cout
<<
"Copying Update Extents"
<<
endl
;
//
cout << "Copying Update Extents" << endl;
(
*
it
)
->
GetInformation
()
->
CopyEntry
(
grid
->
GetInformation
(),
vtkStreamingDemandDrivenPipeline
::
UPDATE_EXTENT
());
(
*
it
)
->
GetInformation
()
->
CopyEntry
(
grid
->
GetInformation
(),
...
...
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