Skip to content
Snippets Groups Projects
Commit 68c6d1d2 authored by Markus Blatt's avatar Markus Blatt
Browse files

Bugfix: Test was implementation dependant. Fixed it.

Please merge to release!

[[Imported from SVN: r1083]]
parent 0baaabc1
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ namespace Dune
static inline MPI_Datatype getType()
{
if(datatype==0) {
if(datatype==MPI_DATATYPE_NULL) {
MPI_Type_contiguous(bigunsignedint<k>::n, MPITraits<unsigned short>::getType(),
&vectortype);
//MPI_Type_commit(&vectortype);
......
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