mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
added netgen::MeshingParameters mparam for Windows
This commit is contained in:
parent
bc3feca974
commit
8f410c89ea
@ -18,6 +18,10 @@
|
||||
#ifdef MSVC_EXPRESS
|
||||
|
||||
// #include <pthread.h>
|
||||
namespace netgen
|
||||
{
|
||||
MeshingParameters mparam;
|
||||
}
|
||||
|
||||
static pthread_t meshingthread;
|
||||
void RunParallel ( void * (*fun)(void *), void * in)
|
||||
|
Loading…
Reference in New Issue
Block a user