mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 13:50:33 +05:00
remove timer, PointIndex::INVALID
This commit is contained in:
parent
bbc3661bfe
commit
b5a7678965
@ -3367,8 +3367,9 @@ namespace netgen
|
|||||||
hpoints.Append (points[pi]);
|
hpoints.Append (points[pi]);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
op2np[pi] = -1;
|
{
|
||||||
|
op2np[pi].Invalidate(); // = -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
points.SetSize(0);
|
points.SetSize(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user