X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Frelational.h;h=9a753c1eef94a6c216d177258f3dc3b5e5454a2e;hb=13e428bf205c31f584ce6de03707c880e3486ade;hp=0c9d65a1a6b713a2ef1f74f038a37e3e51d023ba;hpb=7adba122edcf89d3d74cc2e89b1017fa5ea2ad01;p=ginac.git diff --git a/ginac/relational.h b/ginac/relational.h index 0c9d65a1..9a753c1e 100644 --- a/ginac/relational.h +++ b/ginac/relational.h @@ -76,8 +76,8 @@ protected: void do_print_python_repr(const print_python_repr & c, unsigned level) const; public: - virtual ex lhs() const; - virtual ex rhs() const; + ex lhs() const { return lh; } + ex rhs() const { return rh; } // non-virtual functions in this class private: