From 2810112b5d14b026575cc24d8158ce3f27fff9ab Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Wed, 12 Oct 2011 19:09:37 +0000 Subject: [PATCH] debug --- libsrc/csg/algprim.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libsrc/csg/algprim.cpp b/libsrc/csg/algprim.cpp index 88794065..7edacecb 100644 --- a/libsrc/csg/algprim.cpp +++ b/libsrc/csg/algprim.cpp @@ -197,6 +197,8 @@ namespace netgen *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; }