mirror of https://github.com/CGAL/cgal
add the missing box
This commit is contained in:
parent
c18ad651d6
commit
e42c87b54f
|
|
@ -183,6 +183,7 @@ public:
|
|||
, own_tree(false)
|
||||
{
|
||||
tree_built = false;
|
||||
box = tree.bbox();
|
||||
}
|
||||
|
||||
~Side_of_triangle_mesh()
|
||||
|
|
|
|||
Loading…
Reference in New Issue