]> www.ginac.de Git - ginac.git/blobdiff - ginac/ncmul.h
Remove 'discardable' option from ctors of container and derived classes.
[ginac.git] / ginac / ncmul.h
index 8e68054a3dbc22a5aec134c37a186d3abc07f085..92bdbe88c0de943a6c28e62657af750c53eb515c 100644 (file)
@@ -49,7 +49,7 @@ public:
              const ex & f4, const ex & f5);
        ncmul(const ex & f1, const ex & f2, const ex & f3,
              const ex & f4, const ex & f5, const ex & f6);
-       ncmul(const exvector & v, bool discardable=false);
+       ncmul(const exvector & v);
        ncmul(exvector && v);
 
        // functions overriding virtual functions from base classes