Skip to content

Commit

Permalink
code review: activate stable simplex handles on full featured options
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentRouvreau committed Oct 19, 2023
1 parent 64cebe9 commit b534bcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ struct Simplex_tree_options_full_featured {
static const bool store_filtration = true;
static const bool contiguous_vertices = false;
static const bool link_nodes_by_label = true;
static const bool stable_simplex_handles = false;
static const bool stable_simplex_handles = true;
};

/** Model of SimplexTreeOptions.
Expand Down

0 comments on commit b534bcf

Please sign in to comment.