mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-09 23:07:29 +05:00
fix build error on Windows
This commit is contained in:
parent
e581c0d91c
commit
1c0cbb7ea5
@ -660,7 +660,7 @@ namespace netgen
|
|||||||
}
|
}
|
||||||
else
|
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]]);
|
auto p_mapped = trafo(mesh[pnums_primary[i]]);
|
||||||
EdgePointGeomInfo gi;
|
EdgePointGeomInfo gi;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user