fix brackets

This commit is contained in:
Joachim Schoeberl 2023-09-06 08:42:18 +02:00
parent 8066fb0e9c
commit 6272121f25

View File

@ -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; }