From ec00a0dced9cb368c0e9f0ba0129294265e2c491 Mon Sep 17 00:00:00 2001 From: Allison Vacanti Date: Fri, 29 Jun 2018 15:41:33 -0400 Subject: [PATCH] Fix doxygen warning in for exec/PointLocatorUniformGrid. --- vtkm/exec/PointLocatorUniformGrid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtkm/exec/PointLocatorUniformGrid.h b/vtkm/exec/PointLocatorUniformGrid.h index b8e3dc0e0..b8a71667f 100644 --- a/vtkm/exec/PointLocatorUniformGrid.h +++ b/vtkm/exec/PointLocatorUniformGrid.h @@ -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& queryPoint, vtkm::Id& nearestNeighborId, vtkm::FloatDefault& distance2) const override