mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
identify output
This commit is contained in:
parent
36a470fe04
commit
081e9f129e
@ -502,6 +502,10 @@ void STLTopology :: InitSTLGeometry(const Array<STLReadTriangle> & readtrigs)
|
||||
foundpos = AddPoint(p);
|
||||
pointtree->Insert (p, foundpos);
|
||||
}
|
||||
if (Dist(p, points.Get(foundpos)) > 1e-10)
|
||||
cout << "identify close points: " << p << " " << points.Get(foundpos)
|
||||
<< ", dist = " << Dist(p, points.Get(foundpos))
|
||||
<< endl;
|
||||
st[k] = foundpos;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user