X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fintegral.h;h=056c4b438bb90a33209303fc193106ec6664bcfa;hp=b2be4b438bd419b9a282a64597cb06f9647056cc;hb=25b4d894b5b2f7f56fb49e62a7767ab969d5249f;hpb=6c946d4c762f5a0d6a3b742f03556dd018d63886 diff --git a/ginac/integral.h b/ginac/integral.h index b2be4b43..056c4b43 100644 --- a/ginac/integral.h +++ b/ginac/integral.h @@ -3,7 +3,7 @@ * Interface to GiNaC's symbolic integral. */ /* - * GiNaC Copyright (C) 1999-2015 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2016 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 @@ -42,7 +42,7 @@ public: public: unsigned precedence() const override {return 45;} ex eval() const override; - ex evalf(int level=0) const override; + ex evalf() const override; int degree(const ex & s) const override; int ldegree(const ex & s) const override; ex eval_ncmul(const exvector & v) const override;