]> www.ginac.de Git - ginac.git/blobdiff - ginac/ncmul.h
- Changes to make it more ANSI-conformant. Stuff detected while trying
[ginac.git] / ginac / ncmul.h
index acb4edee6bb6c9e35072108a9c349aa3ff803340..ed1b299797a8299876479cc6176a2e21d3e3f9af 100644 (file)
@@ -55,11 +55,11 @@ public:
        ncmul(const ex & lh, const ex & rh);
        ncmul(const ex & f1, const ex & f2, const ex & f3);
        ncmul(const ex & f1, const ex & f2, const ex & f3,
-                 const ex & f4);
+             const ex & f4);
        ncmul(const ex & f1, const ex & f2, const ex & f3,
-                 const ex & f4, const ex & f5);
+             const ex & f4, const ex & f5);
        ncmul(const ex & f1, const ex & f2, const ex & f3,
-                 const ex & f4, const ex & f5, const ex & f6);
+             const ex & f4, const ex & f5, const ex & f6);
        ncmul(const exvector & v, bool discardable=false);
        ncmul(exvector * vp); // vp will be deleted
 
@@ -68,7 +68,7 @@ public:
        basic * duplicate() const;
        void print(std::ostream & os, unsigned upper_precedence) const;
        void printraw(std::ostream & os) const;
-       void printcsrc(std::ostream & os, unsigned upper_precedence) const;
+       void printcsrc(std::ostream & os, unsigned type, unsigned upper_precedence = 0) const;
        bool info(unsigned inf) const;
        int degree(const symbol & s) const;
        int ldegree(const symbol & s) const;