Use new CSXCAD method to show property status
parent
14b0dd5104
commit
490288240a
|
@ -558,6 +558,9 @@ int openEMS::SetupFDTD(const char* file)
|
||||||
// return(-2);
|
// return(-2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (g_settings.GetVerboseLevel()>0)
|
||||||
|
m_CSX->ShowPropertyStatus(cerr);
|
||||||
|
|
||||||
if (CylinderCoords)
|
if (CylinderCoords)
|
||||||
if (m_CSX->GetCoordInputType()!=CYLINDRICAL)
|
if (m_CSX->GetCoordInputType()!=CYLINDRICAL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue