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

There is no Communicator object. Removed declaration without definitions.

[[Imported from SVN: r471]]
parent 5564ac27
Branches
Tags
No related merge requests found
......@@ -138,9 +138,6 @@ namespace Dune {
template<class T>
std::ostream& operator<<(std::ostream& os, const RemoteIndices<T>& indices);
template<typename T>
class Communicator;
template<typename T>
class InterfaceBuilder;
......@@ -157,7 +154,6 @@ namespace Dune {
class RemoteIndices
{
friend class InterfaceBuilder<T>;
friend class Communicator<T>;
friend class IndicesSyncer<T>;
template<typename T1, typename A>
friend void repairLocalIndexPointers(std::map<int,SLList<typename T1::GlobalIndex,A> >&,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment