From a040a83c00624f0112fc1ec48a792b0fcba687da Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Wed, 6 Oct 2010 16:27:31 +0200 Subject: [PATCH] show name of simulated xml file on startup --- openems.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openems.cpp b/openems.cpp index 994eda6..ab9bf0b 100644 --- a/openems.cpp +++ b/openems.cpp @@ -257,6 +257,8 @@ int openEMS::SetupFDTD(const char* file) if (file==NULL) return -1; Reset(); + cout << "Read openEMS xml file: " << file << " ..." << endl; + timeval startTime; gettimeofday(&startTime,NULL);