mirror of https://github.com/CGAL/cgal
AABB tree: added one message to track the last remaining error in the test suite.
This commit is contained in:
parent
11221e8096
commit
cd199a7504
|
|
@ -512,7 +512,10 @@ namespace CGAL {
|
|||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
std::cerr << "Unable to allocate memory for accelerating distance queries" << std::endl;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
// constructs the search KD tree from interal primitives
|
||||
|
|
|
|||
Loading…
Reference in New Issue