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