mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
remove debug
This commit is contained in:
parent
1e9656e25e
commit
4d3352c426
@ -193,14 +193,6 @@ namespace netgen
|
||||
pplane(0) = p1p * ex;
|
||||
pplane(1) = p1p * ey;
|
||||
zone = 0;
|
||||
|
||||
*testout << "Plane::toplane" << endl;
|
||||
*testout << "ex = " << ex << endl;
|
||||
*testout << "ey = " << ey << endl;
|
||||
*testout << "p1 = " << p1 << endl;
|
||||
*testout << "h = " << h << endl;
|
||||
*testout << "p3d = " << p3d << endl;
|
||||
*testout << "pplane = " << pplane << endl;
|
||||
}
|
||||
|
||||
void Plane :: FromPlane (const Point<2> & pplane, Point<3> & p3d, double h) const
|
||||
|
@ -88,13 +88,6 @@ void Surface :: DefineTangentialPlane (const Point<3> & ap1,
|
||||
ex -= (ex * ez) * ez;
|
||||
ex.Normalize();
|
||||
ey = Cross (ez, ex);
|
||||
|
||||
*testout << "surface, deftangentialplane" << endl;
|
||||
*testout << "p1 = " << p1 << endl;
|
||||
*testout << "p2 = " << p2 << endl;
|
||||
*testout << "ez = " << ez << endl;
|
||||
*testout << "ex = " << ex << endl;
|
||||
*testout << "ey = " << ey << endl;
|
||||
}
|
||||
|
||||
void Surface :: ToPlane (const Point<3> & p3d, Point<2> & pplane,
|
||||
|
Loading…
Reference in New Issue
Block a user