This commit is contained in:
Joachim Schoeberl 2009-01-19 18:19:17 +00:00
parent c6005e8ece
commit ef5cd51543

View File

@ -9,9 +9,11 @@
#ifdef LINUX #ifdef LINUX
#include <fenv.h> #include <fenv.h>
#include <dlfcn.h>
#endif #endif
#include <dlfcn.h>
#ifdef PARALLEL #ifdef PARALLEL
#include <mpi.h> #include <mpi.h>
@ -114,6 +116,7 @@ int main(int argc, char ** argv)
cout << "Developed at RWTH Aachen University, Germany" << endl cout << "Developed at RWTH Aachen University, Germany" << endl
<< "and Johannes Kepler University Linz, Austria" << endl; << "and Johannes Kepler University Linz, Austria" << endl;
#ifdef OCCGEOMETRY #ifdef OCCGEOMETRY
cout << "Including OpenCascade geometry kernel" << endl; cout << "Including OpenCascade geometry kernel" << endl;