From 71b312920b58de4d8bda468c48e10dfeac987d06 Mon Sep 17 00:00:00 2001 From: Robert Kloefkorn <robertk@fatboy.(none)> Date: Tue, 2 Oct 2012 21:21:57 -0600 Subject: [PATCH] overload accessPllX in EmptyHasFace for debugging. --- src/serial/gitter_sti.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/serial/gitter_sti.h b/src/serial/gitter_sti.h index 7d3415acb..1e57e8a7d 100644 --- a/src/serial/gitter_sti.h +++ b/src/serial/gitter_sti.h @@ -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; } -- GitLab