]> www.ginac.de Git - ginac.git/blobdiff - ginac/relational.h
documented symmetrize() and antisymmetrize()
[ginac.git] / ginac / relational.h
index 15bda58676857bc9494e928ac65737be5977e58c..c3b223b5eb0f494f722ffc25f20a10ce72de5431 100644 (file)
@@ -51,9 +51,8 @@ public:
        
        // functions overriding virtual functions from bases classes
 public:
-       void print(std::ostream & os, unsigned upper_precedence=0) const;
-       void printraw(std::ostream & os) const;
-       void printcsrc(std::ostream & os, unsigned type, unsigned upper_precedence=0) const;
+       void print(const print_context & c, unsigned level = 0) const;
+       unsigned precedence(void) const {return 20;}
        bool info(unsigned inf) const;
        unsigned nops() const;
        ex & let_op(int i);
@@ -80,7 +79,6 @@ protected:
        ex lh;
        ex rh;
        operators o;
-       static unsigned precedence;
 };
 
 // utility functions