]> www.ginac.de Git - ginac.git/blobdiff - ginac/lst_suppl.cpp
- removed debugging code in match()
[ginac.git] / ginac / lst_suppl.cpp
index 67c7e5bef823e2ee567b2bc96d7d7e7d3a32a05f..36b6d149f0acceed492b73205d22f8cb5adb6ef5 100644 (file)
@@ -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
 
 #include "lst.h"
 
-#ifndef NO_GINAC_NAMESPACE
 namespace GiNaC {
-#endif // ndef NO_GINAC_NAMESPACE
 
 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_GINAC_NAMESPACE
 } // namespace GiNaC
-#endif // ndef NO_GINAC_NAMESPACE