]> www.ginac.de Git - ginac.git/blobdiff - ginac/clifford.h
- replaced the various print*() member functions by a single print() that
[ginac.git] / ginac / clifford.h
index 0feef3f049b135c3984af3bfba8f52df5df70923..50893c8153eed49fb56e9ea34d18f49abec73e76 100644 (file)
@@ -62,7 +62,7 @@ class diracone : public tensor
 
        // functions overriding virtual functions from bases classes
 public:
-       void print(std::ostream & os, unsigned upper_precedence=0) const;
+       void print(const print_context & c, unsigned level = 0) const;
 };
 
 
@@ -73,7 +73,7 @@ class diracgamma : public tensor
 
        // functions overriding virtual functions from bases classes
 public:
-       void print(std::ostream & os, unsigned upper_precedence=0) const;
+       void print(const print_context & c, unsigned level = 0) const;
        bool contract_with(exvector::iterator self, exvector::iterator other, exvector & v) const;
 };