summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/include/gudhi/writing_persistence_to_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/include/gudhi/writing_persistence_to_file.h b/src/common/include/gudhi/writing_persistence_to_file.h
index 0e79704b..4c5ce918 100644
--- a/src/common/include/gudhi/writing_persistence_to_file.h
+++ b/src/common/include/gudhi/writing_persistence_to_file.h
@@ -43,7 +43,7 @@ class Persistence_interval_common {
Persistence_interval_common(Filtration_type birth, Filtration_type death)
: birth_(birth),
death_(death),
- dimension_(std::numeric_limits<unsigned>::max),
+ dimension_(std::numeric_limits<unsigned>::max()),
arith_element_(std::numeric_limits<Coefficient_field>::max()) {}
/**