summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/utilities/alpha_complex_3d_helper.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-01-22 12:50:03 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-01-22 12:50:03 +0000
commit00e6e420e6bda8bc703de4d2de6e831821bad906 (patch)
tree8759df0fb8808ec3f435bfcfcbf0e444e1ac68c0 /src/Alpha_complex/utilities/alpha_complex_3d_helper.h
parent1c50d7332a0dcfb15d4349b44a34804d321f1710 (diff)
Fix some cpplint
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3148 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 34a01d0b7d9b59e72fd14e7616a09dde50e1dbd1
Diffstat (limited to 'src/Alpha_complex/utilities/alpha_complex_3d_helper.h')
-rw-r--r--src/Alpha_complex/utilities/alpha_complex_3d_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Alpha_complex/utilities/alpha_complex_3d_helper.h b/src/Alpha_complex/utilities/alpha_complex_3d_helper.h
index 3747923f..a59f0654 100644
--- a/src/Alpha_complex/utilities/alpha_complex_3d_helper.h
+++ b/src/Alpha_complex/utilities/alpha_complex_3d_helper.h
@@ -52,7 +52,7 @@ Vertex_list from_facet(const Facet& fct) {
template <class Vertex_list, class Edge_3>
Vertex_list from_edge(const Edge_3& edg) {
Vertex_list the_list;
- for (auto i : { edg.second, edg.third }) {
+ for (auto i : {edg.second, edg.third}) {
#ifdef DEBUG_TRACES
std::cout << "from edge[" << i << "]=" << edg.first->vertex(i)->point() << std::endl;
#endif // DEBUG_TRACES