]> www.ginac.de Git - ginac.git/blobdiff - ginac/exprseq_suppl.cpp
- put everything in "GiNaC" namespace
[ginac.git] / ginac / exprseq_suppl.cpp
index 1482a58b63665a83d7d8dfb8636a46e88b8b5d05..5e96830dbf94b6879968e58fcdb26ef3617c08f2 100644 (file)
@@ -1,8 +1,9 @@
 /** @file exprseq_suppl.cpp
  *
  *  Supplement to exprseq.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
@@ -23,6 +24,8 @@
 #include "exprseq.h"
 #include "ex.h"
 
+namespace GiNaC {
+
 bool exprseq::info(unsigned inf) const
 {
     if (inf==info_flags::exprseq) return 1;
@@ -37,3 +40,4 @@ ex & exprseq::let_op(int const i)
     return seq[i];
 }
 
+} // namespace GiNaC