From 4a0f1e79261363cef9968352ebaa44f2065e55e3 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 10 Apr 2015 09:04:06 +0200 Subject: [PATCH] cleanup --- .../include/CGAL/Shape_detection_3/Efficient_RANSAC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Point_set_shape_detection_3/include/CGAL/Shape_detection_3/Efficient_RANSAC.h b/Point_set_shape_detection_3/include/CGAL/Shape_detection_3/Efficient_RANSAC.h index 45241e452e3..a909ddc60f7 100644 --- a/Point_set_shape_detection_3/include/CGAL/Shape_detection_3/Efficient_RANSAC.h +++ b/Point_set_shape_detection_3/include/CGAL/Shape_detection_3/Efficient_RANSAC.h @@ -181,7 +181,7 @@ shape. The implementation follows \cgalCite{Schnabel07}. `boost:RandomAccessRange` concept. The range of input points need to stay valid until the detection has been performed and no longer access to the results is required. The data in the input range is reordered during - `detect()` and `build_octrees()`. `clear()` is first called by this function. + `detect()` and `build_octrees()`. The function `clear()` is first called by this function. */ void set_input_data( ///< Range of input data points.