1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-02-20 19:19:44 +05:00
netgen/ng/parallelfunc.hpp
2012-07-05 11:05:33 +00:00

19 lines
233 B
C++

das braucht keiner mehr
#ifndef FILE_PARALLELFUNC
#define FILE_PARALLELFUNC
void ParallelRun();
void LoadPDEParallel ( const char* filename );
#ifdef NGSOLVE
// void NGS_ParallelRun ( const string & message);
#endif
#endif