From 8e3f44b0ca7a8aeeeaed34f9a7575e1ad7385834 Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Fri, 26 Mar 2010 08:23:37 +0100 Subject: [PATCH] operator: removed some debugging code --- FDTD/operator.cpp | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/FDTD/operator.cpp b/FDTD/operator.cpp index be4228e..e780e2f 100644 --- a/FDTD/operator.cpp +++ b/FDTD/operator.cpp @@ -862,11 +862,11 @@ bool Operator::CalcPEC() curv->GetPoint(i-1,p1); curv->GetPoint(i,p2); path = FindPath(p1,p2); - cerr << p1[0] << " " << p1[1] << " " << p1[2] << endl; - cerr << p2[0] << " " << p2[1] << " " << p2[2] << endl; +// cerr << p1[0] << " " << p1[1] << " " << p1[2] << endl; +// cerr << p2[0] << " " << p2[1] << " " << p2[2] << endl; for (size_t t=0;t