This commit is contained in:
Joachim Schoeberl 2011-10-12 19:09:37 +00:00
parent 553a664a2c
commit 2810112b5d

View File

@ -197,6 +197,8 @@ namespace netgen
*testout << "Plane::toplane" << endl; *testout << "Plane::toplane" << endl;
*testout << "ex = " << ex << endl; *testout << "ex = " << ex << endl;
*testout << "ey = " << ey << endl; *testout << "ey = " << ey << endl;
*testout << "p1 = " << p1 << endl;
*testout << "h = " << h << endl;
*testout << "p3d = " << p3d << endl; *testout << "p3d = " << p3d << endl;
*testout << "pplane = " << pplane << endl; *testout << "pplane = " << pplane << endl;
} }