X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fmul.cpp;h=b0caa52ded7d0840381f3c4f17a63ee7a94d2c0d;hp=efabd3bee765406c92872be93445b97b0c3b75f0;hb=857ca8ca24fbfe26d4c0c624aa6c3f2296c419f8;hpb=3011632e061b6d2a9333f8618662c41e55237ecb diff --git a/ginac/mul.cpp b/ginac/mul.cpp index efabd3be..b0caa52d 100644 --- a/ginac/mul.cpp +++ b/ginac/mul.cpp @@ -798,7 +798,7 @@ epvector * mul::expandchildren(unsigned options) const // protected -unsigned mul::precedence=50; +unsigned mul::precedence = 50; ////////// @@ -806,7 +806,7 @@ unsigned mul::precedence=50; ////////// const mul some_mul; -const type_info & typeid_mul=typeid(some_mul); +const type_info & typeid_mul = typeid(some_mul); #ifndef NO_NAMESPACE_GINAC } // namespace GiNaC