show name of simulated xml file on startup

pull/1/head
Thorsten Liebig 2010-10-06 16:27:31 +02:00
parent 672f2a436a
commit a040a83c00
1 changed files with 2 additions and 0 deletions

View File

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