summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/example/Alpha_complex_from_points.cpp
diff options
context:
space:
mode:
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