]> www.ginac.de Git - ginac.git/blobdiff - ginac/exprseq_suppl.cpp
- RPM packages split into user and devel packages
[ginac.git] / ginac / exprseq_suppl.cpp
index ef5f1c5b45b651c41ab8fff1e5aaf0a34e3c1adc..627004175254dad16498c3d110b548a401688bbb 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
@@ -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());