mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-11 21:50:34 +05:00
lapack
This commit is contained in:
parent
c6005e8ece
commit
ef5cd51543
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user