diff --git a/vtkm/exec/CellLocatorTwoLevel.h b/vtkm/exec/CellLocatorTwoLevel.h index b7b644bcf..77c04cf58 100644 --- a/vtkm/exec/CellLocatorTwoLevel.h +++ b/vtkm/exec/CellLocatorTwoLevel.h @@ -284,7 +284,8 @@ private: { lastCell.CellId = cellId; lastCell.LeafIdx = leafIdx; - std::cout << " ::FindCell() " << lastCell.CellId << " " << lastCell.LeafIdx << std::endl; + std::cout << " ::FindCell(" << point << ") lastCell= " << lastCell.CellId << " " + << lastCell.LeafIdx << std::endl; return vtkm::ErrorCode::Success; }