From ebd8671e1b453a7690e34101673ac7a2390507b5 Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Wed, 12 Oct 2011 19:06:26 +0000 Subject: [PATCH] debug --- libsrc/csg/algprim.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libsrc/csg/algprim.cpp b/libsrc/csg/algprim.cpp index 09bad013..49760875 100644 --- a/libsrc/csg/algprim.cpp +++ b/libsrc/csg/algprim.cpp @@ -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