mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
Prepare for Windows MPI (remove unused unix header include)
This commit is contained in:
parent
692e4afe3e
commit
9559bf8446
@ -26,24 +26,6 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <typeinfo>
|
#include <typeinfo>
|
||||||
|
|
||||||
#ifdef PARALLEL
|
|
||||||
// #undef SEEK_SET
|
|
||||||
// #undef SEEK_CUR
|
|
||||||
// #undef SEEK_END
|
|
||||||
#include <unistd.h> // for usleep (only for parallel)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
#ifdef METIS
|
|
||||||
namespace metis { extern "C" {
|
|
||||||
#include <metis.h>
|
|
||||||
} }
|
|
||||||
#endif
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef M_PI
|
#ifndef M_PI
|
||||||
#define M_PI 3.14159265358979323846
|
#define M_PI 3.14159265358979323846
|
||||||
|
Loading…
Reference in New Issue
Block a user