]> www.ginac.de Git - ginac.git/blobdiff - ginac/power.h
Added a document about the coding conventions used in GiNaC. Corrections,
[ginac.git] / ginac / power.h
index 4fdbf44d593f9841234ccf5938e71168f02b7a7d..c60ad4e61ac08feee4770b9c63fc664cf80aa3c9 100644 (file)
@@ -62,8 +62,8 @@ public:
        ex series(const relational & s, int order, unsigned options = 0) const;
        ex subs(const exmap & m, unsigned options = 0) const;
        ex normal(exmap & repl, exmap & rev_lookup, int level = 0) const;
-       ex to_rational(lst &repl_lst) const;
-       ex to_polynomial(lst &repl_lst) const;
+       ex to_rational(exmap & repl) const;
+       ex to_polynomial(exmap & repl) const;
        exvector get_free_indices() const;
 protected:
        ex derivative(const symbol & s) const;