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