From 6272121f253aa55bc5c26772876e8c1b445a517d Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Wed, 6 Sep 2023 08:42:18 +0200 Subject: [PATCH] fix brackets --- libsrc/core/mpi_wrapper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }