X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fstructure.cpp;h=c8c0e2b0dd7812859720b93da8b1d2a8748f9d03;hp=b094c09cc25ede91f8ab67e2973556a8a2b1aa17;hb=9f015041142625abf6645b3ea39c62b59a5f442c;hpb=d448856f20cb58f939ddbf636e7f72e3599b1468 diff --git a/ginac/structure.cpp b/ginac/structure.cpp index b094c09c..c8c0e2b0 100644 --- a/ginac/structure.cpp +++ b/ginac/structure.cpp @@ -3,7 +3,7 @@ * Implementation of 'abstract' class structure. */ /* - * 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 @@ -20,11 +20,11 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include "structure.h" #include "archive.h" -#include "debugmsg.h" #include "utils.h" #include "print.h" @@ -33,7 +33,7 @@ namespace GiNaC { GINAC_IMPLEMENT_REGISTERED_CLASS(structure, basic) ////////// -// default ctor, dtor, copy ctor assignment operator and helpers +// default ctor, dtor, copy ctor, assignment operator and helpers ////////// DEFAULT_CTORS(structure) @@ -50,8 +50,6 @@ DEFAULT_ARCHIVING(structure) void structure::print(const print_context & c, unsigned level) const { - debugmsg("structure print",LOGLEVEL_PRINT); - if (is_a(c)) { c.s << std::string(level, ' ') << class_name()