]> www.ginac.de Git - ginac.git/blobdiff - ginac/exprseq_suppl.cpp
- Complete revamp of methods in class matrix. Some redundant (and poor)
[ginac.git] / ginac / exprseq_suppl.cpp
index ef5f1c5b45b651c41ab8fff1e5aaf0a34e3c1adc..ae2abd20c5b72e9dc02320bb1e6a5e7a77fc41bc 100644 (file)
@@ -4,7 +4,7 @@
  *  not automatically generated. */
 
 /*
- *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
+ *  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
@@ -24,9 +24,9 @@
 #include "exprseq.h"
 #include "ex.h"
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC
 
 bool exprseq::info(unsigned inf) const
 {
@@ -34,7 +34,7 @@ bool exprseq::info(unsigned inf) const
     return basic::info(inf);
 }
 
-ex & exprseq::let_op(int const i)
+ex & exprseq::let_op(int i)
 {
     GINAC_ASSERT(i>=0);
     GINAC_ASSERT(i<nops());
@@ -42,6 +42,6 @@ ex & exprseq::let_op(int const i)
     return seq[i];
 }
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC