]> www.ginac.de Git - ginac.git/blobdiff - ginac/add.h
- Fixed the bug that broke xloop's po_redux.
[ginac.git] / ginac / add.h
index 7db48695fd8e3db5aee68e0480c6e23e263e19a0..78464d3ea856c0f0db01f88b0c68e435256a1c65 100644 (file)
@@ -70,7 +70,7 @@ public:
     int ldegree(const symbol & s) const;
     ex coeff(const symbol & s, int n=1) const;
     ex eval(int level=0) const;
-    ex series(const relational & r, int order, bool branchcut = true) const;
+    ex series(const relational & r, 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;