fix build error on Windows

This commit is contained in:
Matthias Hochsteger 2023-01-16 17:15:17 +01:00
parent e581c0d91c
commit 1c0cbb7ea5

View File

@ -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;