summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/Alpha_complex/include')
-rw-r--r--src/Alpha_complex/include/gudhi/Alpha_complex_3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h b/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h
index f6adda8d..6e25814f 100644
--- a/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h
+++ b/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h
@@ -551,7 +551,7 @@ public:
}
private:
- // Needs to store alpha_shape_3_ptr_ as objects_ and alpha_shape_3_ptr_ are freed with alpha_shape_3_ptr_
+ // Needs to store alpha_shape_3_ptr_ as objects_ are freed with alpha_shape_3_ptr_
std::unique_ptr<Alpha_shape_3> alpha_shape_3_ptr_;
std::vector<CGAL::Object> objects_;
std::vector<Alpha_value_type> alpha_values_;