summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-09-11 21:30:31 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-09-11 21:30:31 +0000
commit5ee570f2fe6643e6d64eee54e4621d8e3af89255 (patch)
tree7f43e34ab1b91dd0145906301d03d6e8d9138bf9 /src/Alpha_complex/include/gudhi/Alpha_complex_3d.h
parent9bcfe7ed9dabd7ac4688bd4e5ee6f60bf83635b4 (diff)
Code review : rephrase a comment
Make tests successfull. Still need to investigate why it fails git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3882 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5649bbe00e6aa39d6f8e7f494d0c3071883bf500
Diffstat (limited to 'src/Alpha_complex/include/gudhi/Alpha_complex_3d.h')
-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_;