]> www.ginac.de Git - ginac.git/blobdiff - ginac/expair.h
* Some minor optimization glitches.
[ginac.git] / ginac / expair.h
index d7a76ca1574dc115e831492467748caf85152ab3..3a6c01ca823e29c805df1adac3f7437c743ec432 100644 (file)
@@ -82,13 +82,7 @@ public:
                        return coeff.compare(other.coeff);
        }
        
-       void print(std::ostream & os) const
-       {
-               os << "expair:";
-               print_tree c(os);
-               rest.print(c, c.delta_indent);
-               coeff.print(c, c.delta_indent);
-       }
+       void print(std::ostream & os) const;
        
        /** True if this is of the form (numeric,ex(1)). */
        bool is_canonical_numeric(void) const