mirror of https://github.com/CGAL/cgal
Typo in AABB_tree
This commit is contained in:
parent
00ff5a443b
commit
34f2991932
|
|
@ -580,7 +580,7 @@ public:
|
|||
{
|
||||
if (empty() && other_tree.empty())
|
||||
{
|
||||
break
|
||||
return;
|
||||
}
|
||||
else if (size() > 1 && other_tree.size() > 1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue