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