Skip to content

Commit

Permalink
[ci] trying to fix ubuntu-24.04 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Sep 12, 2024
1 parent 474dde5 commit 181ab92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/base/discreteMorseSandwich/DiscreteMorseSandwich.h
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ namespace ttk {
mutable std::vector<EdgeSimplex> critEdges_{};
mutable std::array<std::vector<bool>, 4> pairedCritCells_{};
mutable std::vector<bool> onBoundary_{};
mutable std::array<std::vector<SimplexId>, 4> critCellsOrder_{};
mutable std::vector<std::vector<SimplexId>, 4> critCellsOrder_{};
mutable std::vector<std::vector<SimplexId>> s2Children_{};

bool ComputeMinSad{true};
Expand Down

0 comments on commit 181ab92

Please sign in to comment.