summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/example/Alpha_complex_from_points.cpp
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-11-09 15:58:16 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-11-09 15:58:16 +0000
commit493372a01e24220d16ef0405eb7cdc4bbe96fe1c (patch)
treea7f4c39aa2130263ffb0d2b20b4dd66b8ce5ba06 /src/Alpha_complex/example/Alpha_complex_from_points.cpp
parent97364487c2d4b687865b57a90169d78d803d9710 (diff)
Code review fixes
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alphashapes@895 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: aa5f6a30b847dd8a2add83fab50762338095de26
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 e2610dbd..e460f177 100644
--- a/src/Alpha_complex/example/Alpha_complex_from_points.cpp
+++ b/src/Alpha_complex/example/Alpha_complex_from_points.cpp
@@ -33,7 +33,7 @@ int main(int argc, char **argv) {
// Init of an alpha complex from the list of points
// ----------------------------------------------------------------------------
double max_alpha_square_value = 1e10;
- Gudhi::alphacomplex::Alpha_complex<Kernel> alpha_complex_from_points(3, points, max_alpha_square_value);
+ Gudhi::alphacomplex::Alpha_complex<Kernel> alpha_complex_from_points(points, max_alpha_square_value);
// ----------------------------------------------------------------------------
// Display information about the alpha complex