]> www.ginac.de Git - ginac.git/blobdiff - ginac/indexed.h
GINAC_DECLARE_REGISTERED_CLASS declares duplicate() and compare_same_type(),
[ginac.git] / ginac / indexed.h
index b1d8844aaf83995bd0ac0020db66ebad0a98c4f4..cc604f1378f43654bbd6ae86acaeb5ce86548abf 100644 (file)
@@ -47,7 +47,6 @@ public:
 
        // functions overriding virtual functions from base classes
 public:
-       basic * duplicate() const;
        void printraw(std::ostream & os) const;
        void printtree(std::ostream & os, unsigned indent) const;
        void print(std::ostream & os, unsigned upper_precedence=0) const;
@@ -59,7 +58,6 @@ public:
 
 protected:
        ex derivative(const symbol & s) const;
-       int compare_same_type(const basic & other) const;
        bool is_equal_same_type(const basic & other) const;
        unsigned return_type(void) const;
        unsigned return_type_tinfo(void) const;