]> www.ginac.de Git - ginac.git/blobdiff - ginac/function.hppy
Remove 'level' argument of evalf().
[ginac.git] / ginac / function.hppy
index b54f41f3f4af2f8b56862b9faae172296ac26ac7..34ea39c414c2945293453c46b7eb5a9cb58ec08a 100644 (file)
@@ -6,7 +6,7 @@
  *  This file was generated automatically from function.hppy.
  *  Please do not modify it directly, edit function.hppy instead!
  *
- *  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
@@ -228,8 +228,8 @@ public:
        void print(const print_context & c, unsigned level = 0) const override;
        unsigned precedence() const override {return 70;}
        ex expand(unsigned options=0) const override;
-       ex eval(int level=0) const override;
-       ex evalf(int level=0) const override;
+       ex eval() const override;
+       ex evalf() const override;
        ex eval_ncmul(const exvector & v) const override;
        unsigned calchash() const override;
        ex series(const relational & r, int order, unsigned options = 0) const override;