dashboard debugging....

This commit is contained in:
Dave Pugmire 2022-08-09 12:09:50 -04:00
parent aaf4be942e
commit 2eb9fb85f4

@ -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;
}