diff --git a/src/serial/gitter_sti.h b/src/serial/gitter_sti.h index 7d3415acb5a152ab4b3d8e85efe2fa418e9a74f5..1e57e8a7d5103123cea6146789e3e56327dad8da 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; }