remove debug cout

This commit is contained in:
Christopher Lackner 2020-01-13 11:17:00 +01:00
parent d22c0fcca7
commit 30b10c1aaa

View File

@ -500,9 +500,6 @@ However, when r = 0, the top part becomes a point(tip) and meshing fails!
NgArray<int> si1, si2;
s1->GetSolid()->GetSurfaceIndices (si1);
s2->GetSolid()->GetSurfaceIndices (si2);
cout << "surface ids1 = " << si1 << endl;
cout << "surface ids2 = " << si2 << endl;
Flags flags;
try