remove output

This commit is contained in:
Joachim Schöberl 2019-02-08 00:36:52 +01:00
parent 966c2960fb
commit 1e6829d8c7

View File

@ -130,7 +130,6 @@ namespace netgen
Point3d oldmark3(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);
searchtree.GetIntersecting (oldmark3 - v, oldmark3 + v, locsearch);