mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
remove static array in ruler3 (prepare for parallel meshing)
This commit is contained in:
parent
80d648c005
commit
3f93ccd3bd
@ -685,7 +685,7 @@ int Meshing3 :: ApplyRules
|
||||
|
||||
for (int i = 1; i <= lfaces.Size() && ok; i++)
|
||||
{
|
||||
static NgArray<int> lpi(4);
|
||||
NgArrayMem<int, 10> lpi(4);
|
||||
|
||||
if (!fused.Get(i))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user