Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK-m
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VTK
VTK-m
Commits
10e9d47d
Commit
10e9d47d
authored
6 years ago
by
ayenpure
Browse files
Options
Downloads
Patches
Plain Diff
Removing std::out print statement from test
parent
34c7b57d
No related branches found
No related tags found
1 merge request
!1395
Uniform Grid Cell Locator and minor Fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vtkm/cont/testing/TestingCellLocatorRectilinearGrid.h
+0
-1
0 additions, 1 deletion
vtkm/cont/testing/TestingCellLocatorRectilinearGrid.h
with
0 additions
and
1 deletion
vtkm/cont/testing/TestingCellLocatorRectilinearGrid.h
+
0
−
1
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
);
}
...
...
This diff is collapsed.
Click to expand it.
Abhishek Yenpure
@ayenpure
mentioned in commit
afd04091
·
6 years ago
mentioned in commit
afd04091
mentioned in commit afd0409189689da48dcb6530e98d19d45c332be6
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment