From e42c87b54f3f2aabc172ba3edb0db2c794a1288d Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Wed, 2 Oct 2019 09:35:41 +0200 Subject: [PATCH] add the missing box --- Polygon_mesh_processing/include/CGAL/Side_of_triangle_mesh.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Polygon_mesh_processing/include/CGAL/Side_of_triangle_mesh.h b/Polygon_mesh_processing/include/CGAL/Side_of_triangle_mesh.h index 4e21aff044d..82b078df652 100644 --- a/Polygon_mesh_processing/include/CGAL/Side_of_triangle_mesh.h +++ b/Polygon_mesh_processing/include/CGAL/Side_of_triangle_mesh.h @@ -183,6 +183,7 @@ public: , own_tree(false) { tree_built = false; + box = tree.bbox(); } ~Side_of_triangle_mesh()