Skip to content
Snippets Groups Projects
Commit 9a910102 authored by Christian Engwer's avatar Christian Engwer
Browse files

fix some bug found using

make headercheck SILENT=1 CXXFLAGS="-Wall -pedantic":
* remove spurious ';'

[[Imported from SVN: r970]]
parent cf5a0539
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ namespace Dune
static inline MPI_Datatype getType(){ \
return m; \
} \
};
}
ComposeMPITraits(char, MPI_CHAR);
ComposeMPITraits(unsigned char,MPI_UNSIGNED_CHAR);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment