From 02f929aa53fba43ea807b9c850b37d3b9b624975 Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Mon, 7 Feb 2011 14:40:44 +0100 Subject: [PATCH] fix: allow missing exciation... --- FDTD/operator.cpp | 3 +-- FDTD/operator_sse_compressed.cpp | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/FDTD/operator.cpp b/FDTD/operator.cpp index f7164f4..486488f 100644 --- a/FDTD/operator.cpp +++ b/FDTD/operator.cpp @@ -784,8 +784,7 @@ int Operator::CalcECOperator( DebugFlags debugFlags ) ApplyMagneticBC(PMC); InitExcitation(); - - if (CalcFieldExcitation()==false) return -1; + CalcFieldExcitation(); //all information available for extension... create now... for (size_t n=0; n