summaryrefslogtreecommitdiff
path: root/src/Witness_complex/include
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-23 10:55:57 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-23 10:55:57 +0000
commit618417f9844da70fc4408a05e8136d65c7979cdd (patch)
tree36af73d1a2362bc01ba35386d1ba2a962913e567 /src/Witness_complex/include
parent5e3e1fee64f2d56d84997d5dcebd311c3841e7a5 (diff)
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
Diffstat (limited to 'src/Witness_complex/include')
-rw-r--r--src/Witness_complex/include/gudhi/Strong_witness_complex.h2
1 files changed, 1 insertions, 1 deletions
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<Landmark_id>::max()-1) const
+ Landmark_id limit_dimension = std::numeric_limits<Landmark_id>::max()) const
{
Landmark_id complex_dim = 0;
if (complex.num_vertices() > 0) {