diff --git a/libsrc/core/mpi_wrapper.hpp b/libsrc/core/mpi_wrapper.hpp index 1beda265..6fe29751 100644 --- a/libsrc/core/mpi_wrapper.hpp +++ b/libsrc/core/mpi_wrapper.hpp @@ -487,7 +487,7 @@ namespace ngcore inline void MPI_Type_commit ( MPI_Datatype * ) { ; } template struct MPI_typetrait { - static MPI_Datatype MPIType () { return -1; } }; + static MPI_Datatype MPIType () { return -1; } }; template inline MPI_Datatype GetMPIType () { return -1; }