]> www.ginac.de Git - ginac.git/blobdiff - ginac/mul.h
[PATCH 2/3] Make a stronger normalisation for expressions with exponents.
[ginac.git] / ginac / mul.h
index 1d9d8c54aff5116207ce5804cea80a2af90354a7..cdaef5fe1357f34a139bb3c7ec487e2e201f8df9 100644 (file)
@@ -3,7 +3,7 @@
  *  Interface to GiNaC's products of expressions. */
 
 /*
- *  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
@@ -61,7 +61,7 @@ public:
        ex imag_part() const override;
        ex evalm() const override;
        ex series(const relational & s, int order, 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;
        numeric integer_content() const override;
        ex smod(const numeric &xi) const override;
        numeric max_coefficient() const override;