]> www.ginac.de Git - ginac.git/blobdiff - ginac/mul.h
- Fixed the bug that broke xloop's po_redux.
[ginac.git] / ginac / mul.h
index b8409f4da35ae7f50647b0c04cb6fbafb242e1b8..bfb92366523b623dcc7a15ed5b0580c988a5f982 100644 (file)
@@ -71,7 +71,7 @@ public:
     ex coeff(const symbol & s, int n = 1) const;
     ex eval(int level=0) const;
     ex evalf(int level=0) const;
-    ex series(const relational & s, int order, bool branchcut = true) const;
+    ex series(const relational & s, int order, unsigned options = 0) const;
     ex normal(lst &sym_lst, lst &repl_lst, int level = 0) const;
     numeric integer_content(void) const;
     ex smod(const numeric &xi) const;