X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Flst_suppl.cpp;h=81212707f6ee616866048e2477e1cd47931b0a10;hp=67c7e5bef823e2ee567b2bc96d7d7e7d3a32a05f;hb=bb4e167feda39c009815447a2fcca3696b76a90f;hpb=afdd7fa8c6c0a587f7c80789198551383e8beb7b diff --git a/ginac/lst_suppl.cpp b/ginac/lst_suppl.cpp index 67c7e5be..81212707 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 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2001 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_GINAC_NAMESPACE namespace GiNaC { -#endif // ndef NO_GINAC_NAMESPACE bool lst::info(unsigned inf) const { - if (inf==info_flags::list) return 1; - return basic::info(inf); + if (inf==info_flags::list) return true; + return basic::info(inf); } -#ifndef NO_GINAC_NAMESPACE } // namespace GiNaC -#endif // ndef NO_GINAC_NAMESPACE