Minor clean up of shadowed variable
This commit is contained in:
parent
da0040ba27
commit
ee14d45aa6
|
@ -1342,8 +1342,8 @@ struct MatchingContext
|
|||
|
||||
// Add all vertices inside the newly labeled S-blossom to the queue.
|
||||
for_vertices_in_blossom(bx,
|
||||
[this](VertexId x) {
|
||||
queue.push_back(x);
|
||||
[this](VertexId v) {
|
||||
queue.push_back(v);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue