Bug fix... set cellId for return.

This commit is contained in:
Dave Pugmire 2022-08-04 12:51:15 -04:00
parent 70855167e5
commit f21c327563

@ -178,6 +178,7 @@ public:
this->PointInCell(point, lastCell2L.CellId, pc) == vtkm::ErrorCode::Success)
{
parametric = pc;
cellId = lastCell2L.CellId;
return vtkm::ErrorCode::Success;
}