mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
do not get intersecting points, they are added from intersecting lines anyway
This commit is contained in:
parent
9d0902fb57
commit
ac5f901cef
@ -300,9 +300,9 @@ namespace netgen
|
||||
p0 + Vec3d(xh, xh, xh),
|
||||
nearlines);
|
||||
|
||||
pointsearchtree.GetIntersecting (p0 - Vec3d(xh, xh, xh),
|
||||
p0 + Vec3d(xh, xh, xh),
|
||||
nearpoints);
|
||||
// pointsearchtree.GetIntersecting (p0 - Vec3d(xh, xh, xh),
|
||||
// p0 + Vec3d(xh, xh, xh),
|
||||
// nearpoints);
|
||||
|
||||
for (int ii = 0; ii < nearlines.Size(); ii++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user