X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fpseries.h;h=2857bb7e7cfc0fcaca4ac39c35a112fdca1c7da4;hp=4569e8e93a9b9bda1a76bbcc301734fe110f9f4a;hb=9d9503cff68b40c4c5f6a2f9eb7ae9b32c53a486;hpb=761d1597532504762c1f9b438c7727c4f74d7da3 diff --git a/ginac/pseries.h b/ginac/pseries.h index 4569e8e9..2857bb7e 100644 --- a/ginac/pseries.h +++ b/ginac/pseries.h @@ -3,7 +3,7 @@ * Interface to class for extended truncated power series. */ /* - * GiNaC Copyright (C) 1999-2017 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2020 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -54,7 +54,7 @@ public: ex evalf() const override; ex series(const relational & r, int order, unsigned options = 0) const override; ex subs(const exmap & m, unsigned options = 0) const override; - ex normal(exmap & repl, exmap & rev_lookup) const override; + ex normal(exmap & repl, exmap & rev_lookup, lst & modifier) const override; ex expand(unsigned options = 0) const override; ex conjugate() const override; ex real_part() const override;