summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/example
diff options
context:
space:
mode:
authorglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2014-12-19 14:24:08 +0000
committerglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2014-12-19 14:24:08 +0000
commitd7d8d3bf151b83efcca3db484acfb5c2dcfeebf8 (patch)
treece371aee541e570b79dfd45c08703b52965a70d7 /src/Simplex_tree/example
parent7debc9f2f8a5a010e773007e6a9f1af4575639d8 (diff)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@395 636b058d-ea47-450e-bf9e-a15bfbe3eedb
Former-commit-id: 7d3f2f2361e8585d7d4645b0d86cb1e2e94ebc1b
Diffstat (limited to 'src/Simplex_tree/example')
-rw-r--r--src/Simplex_tree/example/simplex_tree_from_alpha_shapes_3.cpp2
1 files changed, 1 insertions, 1 deletions
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;