From 490288240a66b64e9ecaa70b490bd5fb7b85457d Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Mon, 14 Mar 2011 08:50:28 +0100 Subject: [PATCH] Use new CSXCAD method to show property status --- openems.cpp | 3 +++ 1 file changed, 3 insertions(+) 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) {