From fc5e617abbd5dbf4178712b8a8267bc1584453c7 Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Tue, 3 Aug 2010 17:08:43 +0200 Subject: [PATCH] leftover debug code removed --- FDTD/engine.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/FDTD/engine.cpp b/FDTD/engine.cpp index e8309d7..8b00ca2 100644 --- a/FDTD/engine.cpp +++ b/FDTD/engine.cpp @@ -179,8 +179,6 @@ void Engine::ApplyCurrentExcite() exc_pos *= (exc_pos>0 && exc_pos<=(int)Op->Exc->Length); // if (n==0) cerr << numTS << " => " << Op->ExciteSignal[exc_pos] << endl; GetCurr(Op->Exc->Curr_dir[n],Op->Exc->Curr_index[0][n],Op->Exc->Curr_index[1][n],Op->Exc->Curr_index[2][n]) += Op->Exc->Curr_amp[n]*Op->Exc->Signal_curr[exc_pos]; - if (numTS == 0) - cout << "Engine::ApplyCurrentExcite(): n=" << n << " dir=" << Op->Exc->Curr_dir[n] << " coords=" << Op->Exc->Curr_index[0][n] << "," << Op->Exc->Curr_index[1][n] << "," << Op->Exc->Curr_index[2][n] << " amp=" << Op->Exc->Curr_amp[n] << endl; } // write the first excitation into the file "ht"