Fix double parallelization
This commit is contained in:
parent
064e9935d1
commit
bf1303b9cf
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ void create_branching_tree(SupportTreeBuilder &builder, const SupportableMesh &s
|
|||
ex_tbb, size_t(0), nondup_idx.size(),
|
||||
[&sm, &heads, &nondup_idx, &builder](size_t i) {
|
||||
if (!builder.ctl().stopcondition())
|
||||
heads[i] = calculate_pinhead_placement(ex_tbb, sm, nondup_idx[i]);
|
||||
heads[i] = calculate_pinhead_placement(ex_seq, sm, nondup_idx[i]);
|
||||
},
|
||||
execution::max_concurrency(ex_tbb)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue