X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Flst_suppl.cpp;h=36b6d149f0acceed492b73205d22f8cb5adb6ef5;hb=86639cca6eecbdf16ed3a5428351f3bb63804cac;hp=71463df7135af932fec5f52f17e29af677769f6a;hpb=487e5659efe401683eee0381b0d23f967ffffc3c;p=ginac.git diff --git a/ginac/lst_suppl.cpp b/ginac/lst_suppl.cpp index 71463df7..36b6d149 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,10 +23,12 @@ #include "lst.h" +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); } - +} // namespace GiNaC