netgen/ng/parallelfunc.hpp

19 lines
233 B
C++
Raw Normal View History

2014-01-09 15:19:48 +06:00
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