]> www.ginac.de Git - ginac.git/blobdiff - ginac/matrix.h
Changes needed for compilation with -DDO_GINAC_ASSERT:
[ginac.git] / ginac / matrix.h
index 1041c6433c8001f64f7c79d7533e929c6f870abc..8831ada85a02d726900c9d83196bbcffb252bc3a 100644 (file)
@@ -42,8 +42,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 print(const print_context & c, unsigned level = 0) const;
        unsigned nops() const;
        ex op(int i) const;
        ex & let_op(int i);