]> www.ginac.de Git - ginac.git/blobdiff - ginac/lst.cpp
- rotate_31() and golden_hash_ratio() moved to utils.h
[ginac.git] / ginac / lst.cpp
index 0c752ccd9555e4cf5d3d56592bac5b6a5e95297b..a71f5dda9f00ab54a68e837b827e972e01c75a49 100644 (file)
@@ -1,6 +1,8 @@
 /** @file lst.cpp
  *
- *  Implementation of GiNaC's lst. 
+ *  Implementation of GiNaC's lst. */
+
+/*
  *  This file was generated automatically by container.pl.
  *  Please do not modify it directly, edit the perl script instead!
  *  container.pl options: $CONTAINER=lst
@@ -33,6 +35,9 @@
 
 #include "lst.h"
 #include "ex.h"
+#include "debugmsg.h"
+
+namespace GiNaC {
 
 #define RESERVE(s,size) // no reserve needed for list
 
@@ -627,3 +632,5 @@ unsigned lst::precedence=10;
 const lst some_lst;
 type_info const & typeid_lst=typeid(some_lst);
 
+} // namespace GiNaC
+