From fa61c44d730eaf2d9b0ca21f074f2e3156bd07ab Mon Sep 17 00:00:00 2001 From: Jackson Campolattaro Date: Fri, 7 Aug 2020 18:52:48 -0400 Subject: [PATCH] Return to independently defined Direct octree --- .../CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h b/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h index c7285c74469..0b606d62bb3 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h +++ b/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h @@ -211,9 +211,7 @@ public: private: -// typedef internal::Octree > -// Direct_octree; - typedef internal::Indexed_octree Direct_octree; + typedef internal::Direct_octree Direct_octree; typedef internal::Indexed_octree Indexed_octree; //--------------------------------------------typedef