Add comment addressing the missing else

This commit is contained in:
Dave Pugmire 2024-04-01 14:54:57 -04:00
parent 7fb1821b7c
commit b6c69774fc

@ -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.