Skip to content
Snippets Groups Projects
Commit f8f4f431 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

removed onlyLeafData, not used anymore.

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@783 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent 68ffb9f5
No related branches found
No related tags found
No related merge requests found
......@@ -41,9 +41,6 @@ struct GatherScatter
virtual bool contains(int,int) const = 0;
// default implementation returns false
virtual bool onlyLeafData() const { return false; }
virtual bool containsItem(const HElemType & elem ) const { assert(false); abort(); return false; }
virtual bool containsItem(const HFaceType & elem ) const { assert(false); abort(); return false; }
virtual bool containsItem(const HEdgeType & elem ) const { assert(false); abort(); return false; }
......
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