From 618417f9844da70fc4408a05e8136d65c7979cdd Mon Sep 17 00:00:00 2001 From: skachano Date: Thu, 23 Feb 2017 10:55:57 +0000 Subject: Changed default limit_dim in Strong git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@2098 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: aa467ec1ae98bc6a7131cc7daf9348e695086a7c --- src/Witness_complex/include/gudhi/Strong_witness_complex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Witness_complex') diff --git a/src/Witness_complex/include/gudhi/Strong_witness_complex.h b/src/Witness_complex/include/gudhi/Strong_witness_complex.h index d7d0b2f0..50ba8d0b 100644 --- a/src/Witness_complex/include/gudhi/Strong_witness_complex.h +++ b/src/Witness_complex/include/gudhi/Strong_witness_complex.h @@ -98,7 +98,7 @@ private: template < typename SimplicialComplexForWitness > bool create_complex(SimplicialComplexForWitness& complex, double max_alpha_square, - Landmark_id limit_dimension = std::numeric_limits::max()-1) const + Landmark_id limit_dimension = std::numeric_limits::max()) const { Landmark_id complex_dim = 0; if (complex.num_vertices() > 0) { -- cgit v1.2.3