X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Flst_suppl.cpp;h=67c7e5bef823e2ee567b2bc96d7d7e7d3a32a05f;hp=ae5910d79d217a75219b898269b29e013b86973a;hb=afdd7fa8c6c0a587f7c80789198551383e8beb7b;hpb=a8507b8af1c08d9b27d98d57f95c7ca1a8671e27 diff --git a/ginac/lst_suppl.cpp b/ginac/lst_suppl.cpp index ae5910d7..67c7e5be 100644 --- a/ginac/lst_suppl.cpp +++ b/ginac/lst_suppl.cpp @@ -1,8 +1,9 @@ /** @file lst_suppl.cpp * * Supplement to lst.cpp, contains the parts which were - * not automatically generated. - * + * not automatically generated. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify @@ -20,7 +21,11 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "ginac.h" +#include "lst.h" + +#ifndef NO_GINAC_NAMESPACE +namespace GiNaC { +#endif // ndef NO_GINAC_NAMESPACE bool lst::info(unsigned inf) const { @@ -28,4 +33,6 @@ bool lst::info(unsigned inf) const return basic::info(inf); } - +#ifndef NO_GINAC_NAMESPACE +} // namespace GiNaC +#endif // ndef NO_GINAC_NAMESPACE