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

Generic_MPI_Datatype is a class

[[Imported from SVN: r6221]]
parent 47b061be
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,8 @@ namespace Dune
// A Macro for defining traits for the primitive data types
#define ComposeMPITraits(p,m) \
template<> \
struct Generic_MPI_Datatype<p>{ \
class Generic_MPI_Datatype<p>{ \
public: \
static inline MPI_Datatype get(){ \
return m; \
} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment