X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fsymbol.h;h=8cd738b5688cf04e5786c43485dece1f5864f10f;hp=8ff63130d0f6532472b4af75760d9db2a934d051;hb=5ef801553eb39aed7bd2df9dd1aff9d752c3ea9d;hpb=7bc96470ee0dd5c59a8ea1a29b74a781668606a1 diff --git a/ginac/symbol.h b/ginac/symbol.h index 8ff63130..8cd738b5 100644 --- a/ginac/symbol.h +++ b/ginac/symbol.h @@ -67,8 +67,8 @@ public: ex eval(int level = 0) const; ex evalf(int level = 0) const { return *this; } // overwrites basic::evalf() for performance reasons ex series(const relational & s, int order, unsigned options = 0) const; - ex subs(const lst & ls, const lst & lr, unsigned options = 0) const { return subs_one_level(ls, lr, options); } // overwrites basic::subs() for performance reasons - ex normal(lst &sym_lst, lst &repl_lst, int level = 0) const; + ex subs(const exmap & m, unsigned options = 0) const { return subs_one_level(m, options); } // overwrites basic::subs() for performance reasons + ex normal(exmap & repl, int level = 0) const; ex to_rational(lst &repl_lst) const; ex to_polynomial(lst &repl_lst) const; protected: