mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
Fix build error
This commit is contained in:
parent
ebf4d4d1b8
commit
516c089c42
@ -537,7 +537,7 @@ namespace ngcore
|
||||
class NgMPI_Requests
|
||||
{
|
||||
public:
|
||||
NgMPI_Requests & operator+= (NgMPI_Request &&) { return *rhis; }
|
||||
NgMPI_Requests & operator+= (NgMPI_Request &&) { return *this; }
|
||||
NgMPI_Requests & operator+= (NG_MPI_Request r) { return *this; }
|
||||
void WaitAll() { ; }
|
||||
int WaitAny() { return 0; }
|
||||
|
Loading…
Reference in New Issue
Block a user