Fix doxygen warning in for exec/PointLocatorUniformGrid.

This commit is contained in:
Allison Vacanti 2018-06-29 15:41:33 -04:00
parent 2382c4d648
commit ec00a0dced

@ -77,7 +77,7 @@ public:
/// \param queryPoint Point coordinates to query for nearest neighbor.
/// \param nearestNeighborId Neareast neighbor in the training dataset for each points in
/// the test set
/// \param distance Distance between query points and their nearest neighbors.
/// \param distance2 Squared distance between query points and their nearest neighbors.
VTKM_EXEC virtual void FindNearestNeighbor(const vtkm::Vec<vtkm::FloatDefault, 3>& queryPoint,
vtkm::Id& nearestNeighborId,
vtkm::FloatDefault& distance2) const override