diff --git a/openems.cpp b/openems.cpp index a31e07b..67f9bcd 100644 --- a/openems.cpp +++ b/openems.cpp @@ -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) {