netgen/ng/parallelfunc.hpp

19 lines
233 B
C++
Raw Normal View History

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