X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fadd.h;h=081af04a33106f3ef8a7d0669a1e8a70686204b5;hp=427615769b3210bbb7d11d71b6dff41b754feb7c;hb=8cffcdf13d817a47f217f1a1043317d95969e070;hpb=6c946d4c762f5a0d6a3b742f03556dd018d63886 diff --git a/ginac/add.h b/ginac/add.h index 42761576..081af04a 100644 --- a/ginac/add.h +++ b/ginac/add.h @@ -3,7 +3,7 @@ * Interface to GiNaC's sums of expressions. */ /* - * GiNaC Copyright (C) 1999-2015 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2019 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 @@ -41,7 +41,8 @@ public: add(const exvector & v); add(const epvector & v); add(const epvector & v, const ex & oc); - add(epvector && vp, const ex & oc); + add(epvector && v); + add(epvector && v, const ex & oc); // functions overriding virtual functions from base classes public: @@ -54,7 +55,7 @@ public: ex eval() const override; ex evalm() const override; ex series(const relational & r, int order, unsigned options = 0) const override; - ex normal(exmap & repl, exmap & rev_lookup, int level=0) const override; + ex normal(exmap & repl, exmap & rev_lookup) const override; numeric integer_content() const override; ex smod(const numeric &xi) const override; numeric max_coefficient() const override;