PEC-BC fix again!

pull/1/head
Thorsten Liebig 2010-03-02 22:25:40 +01:00
parent 1c92ab2920
commit 5a04affca2
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ int CartOperator::CalcECOperator()
} }
//Always apply PEC to all boundary's //Always apply PEC to all boundary's
bool PEC[6]={0,0,0,0,0,0}; bool PEC[6]={1,1,1,1,1,1};
ApplyElectricBC(PEC); ApplyElectricBC(PEC);
if (CalcEFieldExcitation()==false) return -1; if (CalcEFieldExcitation()==false) return -1;