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

Size has to be 1!

[[Imported from SVN: r1303]]
parent 0cdf08de
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ void testIndices(MPI_Comm comm)
globalIndexSet.endResize();
}else
globalArray=new Array(0);
globalArray=new Array(1); // Size one is needed for CommPolicy
typedef Dune::RemoteIndices<ParallelIndexSet> RemoteIndices;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment