X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Flst_suppl.cpp;h=36b6d149f0acceed492b73205d22f8cb5adb6ef5;hb=86639cca6eecbdf16ed3a5428351f3bb63804cac;hp=5e507afd027471906515c66ab8fbbdefad0bfcc2;hpb=66c0f31c678e6c1938d637636b230ea376c157c1;p=ginac.git diff --git a/ginac/lst_suppl.cpp b/ginac/lst_suppl.cpp index 5e507afd..36b6d149 100644 --- a/ginac/lst_suppl.cpp +++ b/ginac/lst_suppl.cpp @@ -1,9 +1,10 @@ /** @file lst_suppl.cpp * - * Supplement to lst.cpp, contains the parts which were - * not automatically generated. - * - * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany + * Supplement to lst.cpp, contains the parts which were not automatically + * generated. */ + +/* + * 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 @@ -22,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