From 6c89d63be3dea07082eefbaa890daff38498e609 Mon Sep 17 00:00:00 2001 From: Waqar Khan Date: Thu, 30 Jan 2014 01:05:30 +0100 Subject: [PATCH] 30-January-2014 Old kd_trees successfully replaced with new kd_trees (comments modified). Thourough testing still pending. --- Snap_rounding_2/include/CGAL/Snap_rounding_kd_2.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Snap_rounding_2/include/CGAL/Snap_rounding_kd_2.h b/Snap_rounding_2/include/CGAL/Snap_rounding_kd_2.h index 7dbdf1cd8c5..d695f373445 100755 --- a/Snap_rounding_2/include/CGAL/Snap_rounding_kd_2.h +++ b/Snap_rounding_2/include/CGAL/Snap_rounding_kd_2.h @@ -158,6 +158,11 @@ public: } }; +///////////////////// +///////////////////// +//Multiple_kd_tree +///////////////////// + template class Multiple_kd_tree { CGAL_static_assertion_msg((boost::is_pointer::value), "SAVED_OBJECT is not a pointer.");