added netgen::MeshingParameters mparam for Windows

This commit is contained in:
Gerhard Kitzler 2014-09-03 09:06:37 +00:00
parent bc3feca974
commit 8f410c89ea

View File

@ -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)