remove timer, PointIndex::INVALID

This commit is contained in:
Joachim Schöberl 2019-08-07 07:48:02 +02:00
parent bbc3661bfe
commit b5a7678965

View File

@ -3367,8 +3367,9 @@ namespace netgen
hpoints.Append (points[pi]);
}
else
op2np[pi] = -1;
{
op2np[pi].Invalidate(); // = -1;
}
points.SetSize(0);