X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fstructure.h;h=a6b737eaca7340493f6a2542892acc3aa435faa9;hp=49df915c90ffdd5605499a5fb2d4753df4633774;hb=HEAD;hpb=c12c8ec3c5cf0c75f061f6c52d04206277bbdcca;ds=sidebyside diff --git a/ginac/structure.h b/ginac/structure.h index 49df915c..acea1c38 100644 --- a/ginac/structure.h +++ b/ginac/structure.h @@ -3,7 +3,7 @@ * Wrapper template for making GiNaC classes out of C++ structures. */ /* - * GiNaC Copyright (C) 1999-2016 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2024 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 @@ -178,7 +178,7 @@ public: ex series(const relational & r, int order, unsigned options = 0) const override { return inherited::series(r, order, options); } // rational functions - ex normal(exmap & repl, exmap & rev_lookup, int level = 0) const override { return inherited::normal(repl, rev_lookup, level); } + ex normal(exmap & repl, exmap & rev_lookup, lst & modifier) const override { return inherited::normal(repl, rev_lookup, modifier); } ex to_rational(exmap & repl) const override { return inherited::to_rational(repl); } ex to_polynomial(exmap & repl) const override { return inherited::to_polynomial(repl); }