mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 13:50:33 +05:00
debug
This commit is contained in:
parent
f76a30c6f4
commit
ebd8671e1b
@ -193,6 +193,10 @@ namespace netgen
|
||||
pplane(0) = p1p * ex;
|
||||
pplane(1) = p1p * ey;
|
||||
zone = 0;
|
||||
|
||||
*testout << "Plane::toplane" << endl;
|
||||
*testout << "p3d = " << p3d << endl;
|
||||
*testout << "pplane = " << pplane << endl;
|
||||
}
|
||||
|
||||
void Plane :: FromPlane (const Point<2> & pplane, Point<3> & p3d, double h) const
|
||||
|
Loading…
Reference in New Issue
Block a user