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

BugFix:

Copying is forbidden as we do not offer deep copying.

[[Imported from SVN: r1332]]
parent f00a616a
No related branches found
No related tags found
No related merge requests found
......@@ -392,6 +392,10 @@ namespace Dune {
inline const ParallelIndexSet& destinationIndexSet() const;
private:
/** copying is forbidden. */
RemoteIndices(const RemoteIndices&)
{}
/** @brief Index set used at the source of the communication. */
const ParallelIndexSet* source_;
......
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