]> www.ginac.de Git - ginac.git/blobdiff - ginac/lst_suppl.cpp
- version.h: change triggered.
[ginac.git] / ginac / lst_suppl.cpp
index ae5910d79d217a75219b898269b29e013b86973a..8e9d94ef884722e8af77bdd133577841db4bb407 100644 (file)
@@ -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
+ *  not automatically generated. */
+
+/*
+ *  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
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "ginac.h"
+#include "lst.h"
+
+#ifndef NO_NAMESPACE_GINAC
+namespace GiNaC {
+#endif // ndef NO_NAMESPACE_GINAC
 
 bool lst::info(unsigned inf) const
 {
@@ -28,4 +33,6 @@ bool lst::info(unsigned inf) const
     return basic::info(inf);
 }
 
-
+#ifndef NO_NAMESPACE_GINAC
+} // namespace GiNaC
+#endif // ndef NO_NAMESPACE_GINAC