X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fadd.h;h=18f43517ccba195b7aee82e5cd07f0d4c5ccd204;hp=cee93aae38bf9b03fd7a89c1972646d90f55d9c5;hb=55e50ea26252dff7432bdce8b010f9fbd058e907;hpb=690cd58cc13ad5052eb5851c573984965d0c40c1 diff --git a/ginac/add.h b/ginac/add.h index cee93aae..18f43517 100644 --- a/ginac/add.h +++ b/ginac/add.h @@ -3,7 +3,7 @@ * Interface to GiNaC's sums of expressions. */ /* - * GiNaC Copyright (C) 1999-2006 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2008 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 @@ -66,8 +66,8 @@ protected: ex derivative(const symbol & s) const; unsigned return_type() const; tinfo_t return_type_tinfo() const; - ex thisexpairseq(const epvector & v, const ex & oc) const; - ex thisexpairseq(std::auto_ptr vp, const ex & oc) const; + ex thisexpairseq(const epvector & v, const ex & oc, bool do_index_renaming = false) const; + ex thisexpairseq(std::auto_ptr vp, const ex & oc, bool do_index_renaming = false) const; expair split_ex_to_pair(const ex & e) const; expair combine_ex_with_coeff_to_pair(const ex & e, const ex & c) const;