X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Flst_suppl.cpp;h=7c0d83fc91c3f5fe03e8f2c41b7c4143482d0509;hp=30699c4722f06331f59e67b7e61910bb8f552011;hb=9d2ba6504125b9c7f0ec8f547ee39a96c6e3806d;hpb=703c6cebb5d3d395437e73e6935f3691aed68e0a diff --git a/ginac/lst_suppl.cpp b/ginac/lst_suppl.cpp index 30699c47..7c0d83fc 100644 --- a/ginac/lst_suppl.cpp +++ b/ginac/lst_suppl.cpp @@ -1,10 +1,10 @@ /** @file lst_suppl.cpp * - * Supplement to lst.cpp, contains the parts which were - * not automatically generated. */ + * Supplement to lst.cpp, contains the parts which were not automatically + * generated. */ /* - * GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2003 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 @@ -23,16 +23,12 @@ #include "lst.h" -#ifndef NO_NAMESPACE_GINAC namespace GiNaC { -#endif // ndef NO_NAMESPACE_GINAC bool lst::info(unsigned inf) const { - if (inf==info_flags::list) return 1; + if (inf==info_flags::list) return true; return basic::info(inf); } -#ifndef NO_NAMESPACE_GINAC } // namespace GiNaC -#endif // ndef NO_NAMESPACE_GINAC