From 553a664a2c17f619f0b1b2d849f7b9a7a62e5379 Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Wed, 12 Oct 2011 19:07:02 +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 49760875..88794065 100644 --- a/libsrc/csg/algprim.cpp +++ b/libsrc/csg/algprim.cpp @@ -195,6 +195,8 @@ namespace netgen zone = 0; *testout << "Plane::toplane" << endl; + *testout << "ex = " << ex << endl; + *testout << "ey = " << ey << endl; *testout << "p3d = " << p3d << endl; *testout << "pplane = " << pplane << endl; }