Use new CSXCAD method to show property status

pull/1/head
Thorsten Liebig 2011-03-14 08:50:28 +01:00
parent 14b0dd5104
commit 490288240a
1 changed files with 3 additions and 0 deletions

View File

@ -558,6 +558,9 @@ int openEMS::SetupFDTD(const char* file)
// return(-2);
}
if (g_settings.GetVerboseLevel()>0)
m_CSX->ShowPropertyStatus(cerr);
if (CylinderCoords)
if (m_CSX->GetCoordInputType()!=CYLINDRICAL)
{