Skip to content
Snippets Groups Projects
Commit 4d0ba784 authored by Martin Nolte's avatar Martin Nolte
Browse files

add a type that will never match MPI_Comm

(this way I don't have to use the Grid for this purpose)

[[Imported from SVN: r5980]]
parent 634d558a
Branches
Tags
No related merge requests found
......@@ -20,6 +20,11 @@
namespace Dune
{
/* define some type that definitely differs from MPI_Comm */
struct No_Comm {};
/*! @brief Collective communication interface and sequential default implementation
CollectiveCommunication offers an abstraction to the basic methods
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment