mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00:33 +05:00
replacement GetMPIType with same signature
This commit is contained in:
parent
f4284a7e60
commit
f756aadf32
@ -486,7 +486,7 @@ namespace ngcore
|
|||||||
inline void MPI_Type_contiguous ( int, MPI_Datatype, MPI_Datatype*) { ; }
|
inline void MPI_Type_contiguous ( int, MPI_Datatype, MPI_Datatype*) { ; }
|
||||||
inline void MPI_Type_commit ( MPI_Datatype * ) { ; }
|
inline void MPI_Type_commit ( MPI_Datatype * ) { ; }
|
||||||
|
|
||||||
template <class T>
|
template <class T, class T2=void>
|
||||||
inline MPI_Datatype GetMPIType () { return -1; }
|
inline MPI_Datatype GetMPIType () { return -1; }
|
||||||
|
|
||||||
class NgMPI_Comm
|
class NgMPI_Comm
|
||||||
|
Loading…
Reference in New Issue
Block a user