From 7865ef2cc4abd972b2ba1eb50790912820fa2ee2 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Tue, 25 Sep 2018 16:05:33 +0000 Subject: clang-format all files Add safe version alpha complex 3d persistence utility git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3907 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 54b2d0de9231511864df9fa637b60b7ccf34f50f --- src/Alpha_complex/concept/SimplicialComplexForAlpha3d.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/Alpha_complex/concept/SimplicialComplexForAlpha3d.h') diff --git a/src/Alpha_complex/concept/SimplicialComplexForAlpha3d.h b/src/Alpha_complex/concept/SimplicialComplexForAlpha3d.h index f6085a26..7acdf105 100644 --- a/src/Alpha_complex/concept/SimplicialComplexForAlpha3d.h +++ b/src/Alpha_complex/concept/SimplicialComplexForAlpha3d.h @@ -1,5 +1,5 @@ -/* This file is part of the Gudhi Library. The Gudhi library - * (Geometric Understanding in Higher Dimensions) is a generic C++ +/* This file is part of the Gudhi Library. The Gudhi library + * (Geometric Understanding in Higher Dimensions) is a generic C++ * library for computational topology. * * Author(s): Vincent Rouvreau @@ -41,14 +41,13 @@ struct SimplicialComplexForAlpha3d { /** \brief Inserts a simplex from a given simplex (represented by a vector of Vertex_handle) in the * simplicial complex with the given 'filtration' value. */ - void insert_simplex(std::vector const & vertex_range, Filtration_value filtration); + void insert_simplex(std::vector const& vertex_range, Filtration_value filtration); /** Browses the simplicial complex to make the filtration non-decreasing. */ void make_filtration_non_decreasing(); /** Prune the simplicial complex above 'filtration' value given as parameter. */ void prune_above_filtration(Filtration_value filtration); - }; } // namespace alpha_complex -- cgit v1.2.3