summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/example/Alpha_complex_from_points.cpp
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-02-02 15:24:51 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-02-02 15:24:51 +0000
commit74dcaacda1c887b008ea8c95b28962de1c02a2d0 (patch)
tree0eb1ab5c08fca08f0dccf65a0ad58bd6349adbcb /src/Alpha_complex/example/Alpha_complex_from_points.cpp
parentcbf1f4c98c9e6d7ba3b7c552e43c7c98ed349954 (diff)
alpha off reader test strategy modification
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alphashapes@995 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: aa4ba97eecefb03e01a53ae1e2b50248a0857043
Diffstat (limited to 'src/Alpha_complex/example/Alpha_complex_from_points.cpp')
-rw-r--r--src/Alpha_complex/example/Alpha_complex_from_points.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Alpha_complex/example/Alpha_complex_from_points.cpp b/src/Alpha_complex/example/Alpha_complex_from_points.cpp
index dab161c9..815e40d7 100644
--- a/src/Alpha_complex/example/Alpha_complex_from_points.cpp
+++ b/src/Alpha_complex/example/Alpha_complex_from_points.cpp
@@ -10,7 +10,7 @@ typedef Kernel::Point_d Point;
typedef std::vector<Point> Vector_of_points;
int main(int argc, char **argv) {
- double alpha_square_max_value = 32.0;
+ double alpha_square_max_value = 60.0;
// ----------------------------------------------------------------------------
// Init of a list of points