X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;ds=sidebyside;f=ginac%2Fcontainer.h;h=39106cefd4779bf05b3cbfb165f3c4b8226d1c08;hb=46f7c9fc663183c4d7c32ac49c537f67d36852cc;hp=6161a20b9504c50b6997d78ea313fbd6faaf8d22;hpb=23acc666fcef311fd97092aee7f8c55e80395351;p=ginac.git diff --git a/ginac/container.h b/ginac/container.h index 6161a20b..39106cef 100644 --- a/ginac/container.h +++ b/ginac/container.h @@ -3,7 +3,7 @@ * Wrapper template for making GiNaC classes out of STL containers. */ /* - * GiNaC Copyright (C) 1999-2004 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2005 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 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __GINAC_CONTAINER_H__ @@ -187,7 +187,7 @@ public: } container(const ex & p1, const ex & p2, const ex & p3, - const ex & p4) : inherited(get_tinfo()) + const ex & p4) : inherited(get_tinfo()) { setflag(get_default_flags()); reserve(this->seq, 4);