Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sudhanshu Sane
VTK-m
Commits
10e9d47d
Commit
10e9d47d
authored
Jan 06, 2019
by
Abhishek Yenpure
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing std::out print statement from test
parent
34c7b57d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vtkm/cont/testing/TestingCellLocatorRectilinearGrid.h
vtkm/cont/testing/TestingCellLocatorRectilinearGrid.h
+0
-1
No files found.
vtkm/cont/testing/TestingCellLocatorRectilinearGrid.h
View file @
10e9d47d
...
...
@@ -106,7 +106,6 @@ public:
{
vtkm
::
Id
calculated
=
CalculateCellId
(
pointIn
);
locator
->
FindCell
(
pointIn
,
cellId
,
parametric
,
(
*
this
));
std
::
cout
<<
" Calculated : "
<<
calculated
<<
", Locator : "
<<
cellId
<<
std
::
endl
;
match
=
(
calculated
==
cellId
);
}
...
...
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