From 2eb9fb85f47500c6c26a961591f3777058e9600f Mon Sep 17 00:00:00 2001 From: Dave Pugmire Date: Tue, 9 Aug 2022 12:09:50 -0400 Subject: [PATCH] dashboard debugging.... --- vtkm/exec/CellLocatorTwoLevel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }