]> www.ginac.de Git - ginac.git/blobdiff - ginac/relational.h
- replaced the various print*() member functions by a single print() that
[ginac.git] / ginac / relational.h
index 15bda58676857bc9494e928ac65737be5977e58c..dcbcacc5a30bc2e36d40cc99577bca749a844f1a 100644 (file)
@@ -51,9 +51,7 @@ 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;
        bool info(unsigned inf) const;
        unsigned nops() const;
        ex & let_op(int i);