diff --git a/vtkm/exec/CellLocatorUniformBins.h b/vtkm/exec/CellLocatorUniformBins.h index 9ec868a87..cd71f661c 100644 --- a/vtkm/exec/CellLocatorUniformBins.h +++ b/vtkm/exec/CellLocatorUniformBins.h @@ -116,6 +116,7 @@ public: return vtkm::ErrorCode::Success; } } + //if cell still not found, drop to the general find cell below. //LastCell not initialized, or not in the same bin: do a full test. //Since already computed the binIdx, re-use it.