Skip to content
Snippets Groups Projects
Verified Commit d9f7ac4c authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Fix bug introduced in 7d16fff7

Here, emplace() and insert() are not interchangeable because this is a std::set of
std::vector<int>, and we really want the initializer-list constructor of
std::vector (and not the two int's constructor).

Fixes the test deterministic_simulations/lola_solve_one_boundary.mod
parent fdefb0f5
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment