mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
fix for crash in FindInnerPoint
This commit is contained in:
parent
4919b41124
commit
ca19e38bdd
@ -701,7 +701,7 @@ void AdFront3 :: GetGroup (int fi,
|
||||
|
||||
|
||||
for (PointIndex pi = points.Begin(); pi < points.End(); pi++)
|
||||
if (points.Get(i).Valid())
|
||||
if (points[pi].Valid())
|
||||
{
|
||||
grouppoints.Append (points[pi].P());
|
||||
pindex.Append (pi);
|
||||
|
Loading…
Reference in New Issue
Block a user