netgen/ng/parallelfunc.hpp

19 lines
233 B
C++
Raw Normal View History

2012-07-05 17:05:33 +06:00
das braucht keiner mehr
2009-01-13 04:40:13 +05:00
#ifndef FILE_PARALLELFUNC
#define FILE_PARALLELFUNC
void ParallelRun();
void LoadPDEParallel ( const char* filename );
#ifdef NGSOLVE
2011-02-14 18:01:51 +05:00
// void NGS_ParallelRun ( const string & message);
2009-01-13 04:40:13 +05:00
#endif
#endif