X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fexpair.h;h=954442509e40a52cc1f7f370c977368db6e28a79;hp=d7a76ca1574dc115e831492467748caf85152ab3;hb=f263f768cf609ae8c0899560449f235a6d408193;hpb=6bff4f32e5cbe9f7e51837f392a2d0bf0d5b721d diff --git a/ginac/expair.h b/ginac/expair.h index d7a76ca1..95444250 100644 --- a/ginac/expair.h +++ b/ginac/expair.h @@ -3,7 +3,7 @@ * Definition of expression pairs (building blocks of expairseq). */ /* - * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2002 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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