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);