mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
remove output
This commit is contained in:
parent
966c2960fb
commit
1e6829d8c7
@ -130,7 +130,6 @@ namespace netgen
|
|||||||
Point3d oldmark3(oldmark(0), oldmark(1), 0);
|
Point3d oldmark3(oldmark(0), oldmark(1), 0);
|
||||||
|
|
||||||
double h = mesh.GetH (Point<3> (oldmark(0), oldmark(1), 0));
|
double h = mesh.GetH (Point<3> (oldmark(0), oldmark(1), 0));
|
||||||
cout << "edge h = " << h << endl;
|
|
||||||
Vec<3> v (1e-4*h, 1e-4*h, 1e-4*h);
|
Vec<3> v (1e-4*h, 1e-4*h, 1e-4*h);
|
||||||
searchtree.GetIntersecting (oldmark3 - v, oldmark3 + v, locsearch);
|
searchtree.GetIntersecting (oldmark3 - v, oldmark3 + v, locsearch);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user