This commit is contained in:
Joachim Schoeberl 2011-10-12 19:06:26 +00:00
parent f76a30c6f4
commit ebd8671e1b

View File

@ -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