X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fexpairseq.cpp;h=bdfc2ff73f97f814bb4b1e87422a60f9645c67e5;hb=0d9b6e6d134917a8fb5cf76ade55dcbaf01acb28;hp=e1b4852ce2acc0f9bcc4c3c01cf9671cd367b03c;hpb=aff6beb8e799e6827c40975ed2f22b51976b1cb8;p=ginac.git diff --git a/ginac/expairseq.cpp b/ginac/expairseq.cpp index e1b4852c..bdfc2ff7 100644 --- a/ginac/expairseq.cpp +++ b/ginac/expairseq.cpp @@ -539,7 +539,7 @@ unsigned expairseq::calchash(void) const ex expairseq::expand(unsigned options) const { - epvector * vp=expandchildren(options); + epvector * vp = expandchildren(options); if (vp==0) { return *this; } @@ -552,7 +552,7 @@ ex expairseq::expand(unsigned options) const // protected -ex expairseq::thisexpairseq(const epvector & v,const ex & oc) const +ex expairseq::thisexpairseq(const epvector & v, const ex & oc) const { return expairseq(v,oc); }