From 662226dc86b44c1a62ecb36b971b61339de14b27 Mon Sep 17 00:00:00 2001 From: Tristan Roussillon Date: Thu, 12 Sep 2024 08:53:13 +0200 Subject: [PATCH] Update src/DGtal/geometry/surfaces/ArithmeticalDSSComputerOnSurfels.h makes parameter list and doxygen documentation match Co-authored-by: Bertrand Kerautret --- src/DGtal/geometry/surfaces/ArithmeticalDSSComputerOnSurfels.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DGtal/geometry/surfaces/ArithmeticalDSSComputerOnSurfels.h b/src/DGtal/geometry/surfaces/ArithmeticalDSSComputerOnSurfels.h index b260b93b9f..01b364d621 100644 --- a/src/DGtal/geometry/surfaces/ArithmeticalDSSComputerOnSurfels.h +++ b/src/DGtal/geometry/surfaces/ArithmeticalDSSComputerOnSurfels.h @@ -400,7 +400,7 @@ namespace DGtal * Returns the ends of a unit segment corresponding * to the projection of a given signed linel. * - * @param aSurfel any signed surfel. + * @param aLinel any signed linel. * @return a pair of 2D points. */ std::pair getProjectedPointsFromLinel(SCell const& aLinel) const;