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