From cd199a7504f571f09d486d14c68e433c04dbc2aa Mon Sep 17 00:00:00 2001 From: Pierre Alliez Date: Thu, 16 Jul 2009 06:07:41 +0000 Subject: [PATCH] AABB tree: added one message to track the last remaining error in the test suite. --- AABB_tree/include/CGAL/AABB_tree.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AABB_tree/include/CGAL/AABB_tree.h b/AABB_tree/include/CGAL/AABB_tree.h index fe57ccd1dc3..b1e375e27ad 100644 --- a/AABB_tree/include/CGAL/AABB_tree.h +++ b/AABB_tree/include/CGAL/AABB_tree.h @@ -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