X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;ds=sidebyside;f=ginac%2Flst_suppl.cpp;h=30699c4722f06331f59e67b7e61910bb8f552011;hb=0a0378c1130848c226a8ae496a336a6430a80deb;hp=927a503ce9c620d71d1331fa4703b1327c035a94;hpb=9eab44408b9213d8909b7a9e525f404ad06064dd;p=ginac.git diff --git a/ginac/lst_suppl.cpp b/ginac/lst_suppl.cpp index 927a503c..30699c47 100644 --- a/ginac/lst_suppl.cpp +++ b/ginac/lst_suppl.cpp @@ -4,7 +4,7 @@ * not automatically generated. */ /* - * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2000 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,12 +23,16 @@ #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; - return basic::info(inf); + if (inf==info_flags::list) return 1; + return basic::info(inf); } +#ifndef NO_NAMESPACE_GINAC } // namespace GiNaC +#endif // ndef NO_NAMESPACE_GINAC