From e89b26ec52c3b7ce7cce0b40f0dd58034e2def53 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Fri, 24 May 2019 14:49:02 +0200 Subject: Fix unset boolean by default --- src/Toplex_map/include/gudhi/Lazy_toplex_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Toplex_map') diff --git a/src/Toplex_map/include/gudhi/Lazy_toplex_map.h b/src/Toplex_map/include/gudhi/Lazy_toplex_map.h index b0b3706e..d7bccdff 100644 --- a/src/Toplex_map/include/gudhi/Lazy_toplex_map.h +++ b/src/Toplex_map/include/gudhi/Lazy_toplex_map.h @@ -93,7 +93,7 @@ class Lazy_toplex_map { std::unordered_map gamma0_lbounds; std::unordered_map t0; - bool empty_toplex; // Is the empty simplex a toplex ? + bool empty_toplex = true; // Is the empty simplex a toplex ? typedef boost::heap::fibonacci_heap> PriorityQueue; PriorityQueue cleaning_priority; -- cgit v1.2.3