summaryrefslogtreecommitdiff
path: root/src/Toplex_map/include/gudhi/Lazy_toplex_map.h
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-12 08:07:22 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-12 08:07:22 +0200
commit4930211002c29b78d0e090aa482f6a5b9226ef51 (patch)
treef13addfc5fb943a68ed7ebee84a5023f41ab0697 /src/Toplex_map/include/gudhi/Lazy_toplex_map.h
parent2927abe9a4b00bd291703340daaaed7bf20f3753 (diff)
parentf58f0bb2cb99076d0cd3a11ad39f3277213e3f5e (diff)
Merge branch 'master' into simplex_tree_insert_duplicated_vertices_fix_vincent
Diffstat (limited to 'src/Toplex_map/include/gudhi/Lazy_toplex_map.h')
-rw-r--r--src/Toplex_map/include/gudhi/Lazy_toplex_map.h2
1 files changed, 1 insertions, 1 deletions
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<Vertex, std::size_t> gamma0_lbounds;
std::unordered_map<Vertex, Simplex_ptr_set> 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<std::pair<std::size_t, Vertex>> PriorityQueue;
PriorityQueue cleaning_priority;