regression fix for --debug-CSX option

pull/1/head v0.0.21
Thorsten Liebig 2011-03-28 14:27:28 +02:00
parent 1ea56b8efc
commit f732038475
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ int openEMS::SetupFDTD(const char* file)
}
if (m_debugCSX)
m_CSX->Write2XML("debugm_CSX->xml");
m_CSX->Write2XML("debugCSX.xml");
//*************** setup operator ************//
if (SetupOperator(FDTD_Opts)==false)