]> www.ginac.de Git - ginac.git/blobdiff - ginac/indexed.h
Finalize 1.8.2 release.
[ginac.git] / ginac / indexed.h
index a04b74256dec063174d0988b0b21ac8ab61e5f8f..51e60b5de1be0fdb23c4dc54f8067b391a60755e 100644 (file)
@@ -3,7 +3,7 @@
  *  Interface to GiNaC's indexed expressions. */
 
 /*
- *  GiNaC Copyright (C) 1999-2015 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2022 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
@@ -145,7 +145,7 @@ public:
 public:
        unsigned precedence() const override {return 55;}
        bool info(unsigned inf) const override;
-       ex eval(int level = 0) const override;
+       ex eval() const override;
        ex real_part() const override;
        ex imag_part() const override;
        exvector get_free_indices() const override;