From d7d8d3bf151b83efcca3db484acfb5c2dcfeebf8 Mon Sep 17 00:00:00 2001 From: glisse Date: Fri, 19 Dec 2014 14:24:08 +0000 Subject: git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@395 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7d3f2f2361e8585d7d4645b0d86cb1e2e94ebc1b --- src/Simplex_tree/example/simplex_tree_from_alpha_shapes_3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Simplex_tree/example') diff --git a/src/Simplex_tree/example/simplex_tree_from_alpha_shapes_3.cpp b/src/Simplex_tree/example/simplex_tree_from_alpha_shapes_3.cpp index 1ecc667e..d831e31e 100644 --- a/src/Simplex_tree/example/simplex_tree_from_alpha_shapes_3.cpp +++ b/src/Simplex_tree/example/simplex_tree_from_alpha_shapes_3.cpp @@ -140,7 +140,7 @@ int main (int argc, char * const argv[]) lp.push_back(p); } - // alpha shape construction from points. CGAL has a bug in REGULARIZED mode. + // alpha shape construction from points. CGAL has a strange behavior in REGULARIZED mode. Alpha_shape_3 as(lp.begin(),lp.end(),0,Alpha_shape_3::GENERAL); #ifdef DEBUG_TRACES std::cout << "Alpha shape computed in GENERAL mode" << std::endl; -- cgit v1.2.3