Skip to content
Snippets Groups Projects
Commit 71b31292 authored by Robert Kloefkorn's avatar Robert Kloefkorn
Browse files

overload accessPllX in EmptyHasFace for debugging.

parent 7f3ca7bc
No related branches found
No related tags found
No related merge requests found
......@@ -1154,6 +1154,17 @@ public :
return singleton;
}
virtual ElementPllXIF& accessPllX () throw (stiExtender_t :: AccessPllException)
{
assert ((abort (), (cerr << " FEHLER in " << __FILE__ << " " << __LINE__ << endl))) ;
throw stiExtender_t :: AccessPllException () ;
}
virtual const ElementPllXIF& accessPllX () const throw (stiExtender_t :: AccessPllException)
{
assert ((abort (), (cerr << " FEHLER in " << __FILE__ << " " << __LINE__ << endl))) ;
throw stiExtender_t :: AccessPllException () ;
}
// as we have not a real element or boundary here, return false
bool isRealObject () const { return false; }
bool isperiodic() const { 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