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

Block decomposition: fix bug with mfs > 0 introduced in 5431451d

parent a741799f
No related branches found
No related tags found
No related merge requests found
......@@ -391,7 +391,7 @@ VariableDependencyGraph::reorderRecursiveVariables(const set<int> &feedback_vert
{
vector<int> reordered_vertices;
VariableDependencyGraph G(*this);
auto v_index = get(vertex_index, G);
auto v_index = get(vertex_index1, G);
set<int, greater<int>> fv;
for (auto its = feedback_vertices.begin(); its != feedback_vertices.end(); ++its)
fv.insert(*its);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment