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

removed useless method checkGhostLevel.

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@970 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent df9e85b0
No related branches found
No related tags found
No related merge requests found
......@@ -267,13 +267,6 @@ class ElementPllXIF : public MacroGridMoverIF {
return 0;
}
virtual bool checkGhostLevel () const
{
cerr << "ERROR: method checkGhostLevel of Interface class should not be used! in: " << __FILE__ << " line: " <<__LINE__<<"\n";
abort();
return 0;
}
virtual bool ghostLeaf () const
{
cerr << "ERROR: method ghostLeaf of Interface class should not be used! in: " << __FILE__ << " line: " <<__LINE__<<"\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment