]> www.ginac.de Git - ginac.git/blobdiff - ginac/power.h
fixed omission in power::expand()
[ginac.git] / ginac / power.h
index c60ad4e61ac08feee4770b9c63fc664cf80aa3c9..ff547e308cbdf02d30aa06791b3847e065ba6d62 100644 (file)
@@ -84,9 +84,9 @@ protected:
        void do_print_python(const print_python & c, unsigned level) const;
        void do_print_python_repr(const print_python_repr & c, unsigned level) const;
 
-       ex expand_add(const add & a, int n) const;
-       ex expand_add_2(const add & a) const;
-       ex expand_mul(const mul & m, const numeric & n) const;
+       ex expand_add(const add & a, int n, unsigned options) const;
+       ex expand_add_2(const add & a, unsigned options) const;
+       ex expand_mul(const mul & m, const numeric & n, unsigned options) const;
        
 // member variables