Third round of formatting
This commit is contained in:
parent
d1632f5021
commit
0d639ab6dc
@ -61,8 +61,9 @@ RecursiveBisection::RecursiveBisection(BisectionGraph &bisection_graph_,
|
|||||||
std::transform(first,
|
std::transform(first,
|
||||||
last,
|
last,
|
||||||
std::back_inserter(forest),
|
std::back_inserter(forest),
|
||||||
[this](auto graph)
|
[this](auto graph) {
|
||||||
{ return TreeNode{std::move(graph), internal_state.SCCDepth()}; });
|
return TreeNode{std::move(graph), internal_state.SCCDepth()};
|
||||||
|
});
|
||||||
|
|
||||||
using Feeder = tbb::feeder<TreeNode>;
|
using Feeder = tbb::feeder<TreeNode>;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user