From e61484887ab37b1295114eca0c8996e98a72e41e Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Thu, 7 Apr 2016 15:52:20 +0000 Subject: Fix Doxygen warning git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alphashapes@1104 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c5873a4a207f01e20729d3ce964ae67f6cf55331 --- src/Simplex_tree/include/gudhi/Simplex_tree.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Simplex_tree/include/gudhi/Simplex_tree.h b/src/Simplex_tree/include/gudhi/Simplex_tree.h index afc7d613..f60e5c72 100644 --- a/src/Simplex_tree/include/gudhi/Simplex_tree.h +++ b/src/Simplex_tree/include/gudhi/Simplex_tree.h @@ -1191,8 +1191,8 @@ class Simplex_tree { * function is not launching `initialize_filtration()` but returns the filtration modification information. If the * complex has changed , please call `initialize_filtration()` to recompute it. */ - bool prune_above_filtration(Filtration_value filt) { - return rec_prune_above_filtration(root(), filt); + bool prune_above_filtration(Filtration_value filtration) { + return rec_prune_above_filtration(root(), filtration); } private: -- cgit v1.2.3