summaryrefslogtreecommitdiff
path: root/src/common/include
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-11-12 16:26:05 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-11-12 16:26:05 +0000
commit8881190bccba9da4af0a07c701369099fd7f2277 (patch)
treea215efb479896620d3973af26c65595e85064e1a /src/common/include
parent493372a01e24220d16ef0405eb7cdc4bbe96fe1c (diff)
code review fix
prune_above_filtration and remove_maximal_simplex in Simplex_tree.h make_filtration_non_decreasing and rec_make_filtration_non_decreasing in Simplex_tree.h git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alphashapes@910 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a20c9da65a5a3294e42ad2dd45a399d77fb5ad30
Diffstat (limited to 'src/common/include')
-rw-r--r--src/common/include/gudhi/Delaunay_triangulation_off_io.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/common/include/gudhi/Delaunay_triangulation_off_io.h b/src/common/include/gudhi/Delaunay_triangulation_off_io.h
index 47066a94..4d26bb71 100644
--- a/src/common/include/gudhi/Delaunay_triangulation_off_io.h
+++ b/src/common/include/gudhi/Delaunay_triangulation_off_io.h
@@ -19,8 +19,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef SRC_ALPHA_SHAPES_INCLUDE_GUDHI_ALPHA_SHAPES_DELAUNAY_TRIANGULATION_OFF_IO_H_
-#define SRC_ALPHA_SHAPES_INCLUDE_GUDHI_ALPHA_SHAPES_DELAUNAY_TRIANGULATION_OFF_IO_H_
+#ifndef DELAUNAY_TRIANGULATION_OFF_IO_H_
+#define DELAUNAY_TRIANGULATION_OFF_IO_H_
#include <string>
#include <vector>
@@ -256,7 +256,6 @@ class Delaunay_triangulation_off_writer {
// no endl on next line - don't know why...
stream << complex_ptr->current_dimension() << " " << complex_ptr->number_of_vertices() << " " <<
complex_ptr->number_of_finite_full_cells() << " 0";
-
}
// bimap to retrieve vertex handles from points and vice versa
@@ -305,4 +304,4 @@ class Delaunay_triangulation_off_writer {
} // namespace Gudhi
-#endif // SRC_ALPHA_SHAPES_INCLUDE_GUDHI_ALPHA_SHAPES_DELAUNAY_TRIANGULATION_OFF_IO_H_
+#endif // DELAUNAY_TRIANGULATION_OFF_IO_H_