mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 13:50:33 +05:00
Explicit capture in lambda (due to MSVC compile problems)
This commit is contained in:
parent
fe78d9d7b4
commit
95df0ea73e
@ -280,7 +280,7 @@ namespace netgen
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
ParallelForRange( Range(seia), [&] (auto myrange)
|
ParallelForRange( Range(seia), [&pdef, &neighbors, &mesh, &seia, &elements_on_node] (auto myrange)
|
||||||
{
|
{
|
||||||
for (auto i : myrange)
|
for (auto i : myrange)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user