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

The empty struct already exists and is called No_Comm (in analogy to MPI_Comm)

[[Imported from SVN: r6094]]
parent 380156ff
Branches
Tags
No related merge requests found
......@@ -77,7 +77,7 @@ namespace Dune
/**
* @brief The type of the mpi communicator.
*/
struct MPICommunicator {};
typedef No_Comm MPICommunicator;
/**
* @brief Get the default communicator.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment