netgen/ng/parallelfunc.hpp

15 lines
206 B
C++
Raw Normal View History

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