]> www.ginac.de Git - ginac.git/blobdiff - ginac/fderivative.h
merging 1.2 branch into main trunk
[ginac.git] / ginac / fderivative.h
index 3b82ad39baf059da7deb6078aa662555b0cf120e..3e335beebcd36802ebb52c8561a2bc14ebed2860 100644 (file)
@@ -64,8 +64,8 @@ public:
        ex eval(int level = 0) const;
        ex evalf(int level = 0) const;
        ex series(const relational & r, int order, unsigned options = 0) const;
-       ex thisexprseq(const exvector & v) const;
-       ex thisexprseq(exvector * vp) const;
+       ex thiscontainer(const exvector & v) const;
+       ex thiscontainer(exvector * vp) const;
 protected:
        ex derivative(const symbol & s) const;
        bool is_equal_same_type(const basic & other) const;