openEMS greeting updated
This commit is contained in:
parent
c485f041ec
commit
b788b0bf23
6
main.cpp
6
main.cpp
@ -52,10 +52,10 @@ int main(int argc, char *argv[])
|
|||||||
string bits = "32bit";
|
string bits = "32bit";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
cout << " -------------------------------------------------------------------- " << endl;
|
cout << " ---------------------------------------------------------------------- " << endl;
|
||||||
cout << " | openEMS " << bits << " -- version " GIT_VERSION << endl;
|
cout << " | openEMS " << bits << " -- version " GIT_VERSION << endl;
|
||||||
cout << " | (C) 2010 Thorsten Liebig <thorsten.liebig@gmx.de> GPL license" << endl;
|
cout << " | (C) 2010-2012 Thorsten Liebig <thorsten.liebig@gmx.de> GPL license" << endl;
|
||||||
cout << " -------------------------------------------------------------------- " << endl;
|
cout << " ---------------------------------------------------------------------- " << endl;
|
||||||
#ifdef MPI_SUPPORT
|
#ifdef MPI_SUPPORT
|
||||||
cout << openEMS_FDTD_MPI::GetExtLibsInfo() << endl;
|
cout << openEMS_FDTD_MPI::GetExtLibsInfo() << endl;
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user