mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00:33 +05:00
fix brackets
This commit is contained in:
parent
8066fb0e9c
commit
6272121f25
@ -487,7 +487,7 @@ namespace ngcore
|
|||||||
inline void MPI_Type_commit ( MPI_Datatype * ) { ; }
|
inline void MPI_Type_commit ( MPI_Datatype * ) { ; }
|
||||||
|
|
||||||
template <class T> struct MPI_typetrait {
|
template <class T> struct MPI_typetrait {
|
||||||
static MPI_Datatype MPIType () { return -1; } };
|
static MPI_Datatype MPIType () { return -1; }
|
||||||
};
|
};
|
||||||
template <class T, class T2=void>
|
template <class T, class T2=void>
|
||||||
inline MPI_Datatype GetMPIType () { return -1; }
|
inline MPI_Datatype GetMPIType () { return -1; }
|
||||||
|
Loading…
Reference in New Issue
Block a user