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;
|
return true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
|
std::cerr << "Unable to allocate memory for accelerating distance queries" << std::endl;
|
||||||
return false;
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// constructs the search KD tree from interal primitives
|
// constructs the search KD tree from interal primitives
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue