Skip to content

Commit 958efd5

Browse files
committed
..
1 parent f07b4b5 commit 958efd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mt-kahypar/partition/refinement/flows/problem_construction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Subhypergraph ProblemConstruction<TypeTraits>::construct(const BlockPair& blocks
106106
const PartitionedHypergraph& phg,
107107
bool deterministic) {
108108
Subhypergraph sub_hg;
109-
BFSData& bfs = _local_bfs.local();
109+
BFSData bfs(constructBFSData());
110110
bfs.reset();
111111
bfs.blocks = blocks;
112112
sub_hg.block_0 = bfs.blocks.i;

0 commit comments

Comments
 (0)