mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
fix build error on Windows
This commit is contained in:
parent
e581c0d91c
commit
1c0cbb7ea5
@ -660,7 +660,7 @@ namespace netgen
|
||||
}
|
||||
else
|
||||
{
|
||||
for(size_t i : {0UL, pnums_primary.Size()-1})
|
||||
for(size_t i : std::vector{0UL, pnums_primary.Size()-1})
|
||||
{
|
||||
auto p_mapped = trafo(mesh[pnums_primary[i]]);
|
||||
EdgePointGeomInfo gi;
|
||||
|
Loading…
Reference in New Issue
Block a user