Skip to content
Snippets Groups Projects
Commit 10e9d47d authored by ayenpure's avatar ayenpure
Browse files

Removing std::out print statement from test

parent 34c7b57d
No related branches found
No related tags found
1 merge request!1395Uniform Grid Cell Locator and minor Fixes
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment