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
220c5db4
Commit
220c5db4
authored
Jul 05, 2011
by
George Zagaris
Browse files
STYLE: Omit debugging statements
Omit some debugging code.
parent
6a90f9d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMR/vtkAMRSliceFilter.cxx
View file @
220c5db4
...
...
@@ -303,16 +303,8 @@ void vtkAMRSliceFilter::ComputeAMRBlocksToLoad(
if
(
this
->
PlaneIntersectsAMRBox
(
plane
,
bounds
)
)
{
std
::
cout
<<
"REQUEST: ("
<<
level
<<
", "
<<
dataIdx
;
std
::
cout
<<
") "
<<
std
::
endl
;
std
::
cout
.
flush
();
unsigned
int
amrGridIdx
=
metadata
->
GetCompositeIndex
(
level
,
dataIdx
);
std
::
cout
<<
"AMR GridIdx: "
<<
amrGridIdx
<<
std
::
endl
;
std
::
cout
.
flush
();
this
->
blocksToLoad
.
push_back
(
amrGridIdx
);
}
...
...
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