X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fadd.cpp;h=aa8ff64f2785d40ff64e739f2562b98367d44837;hp=08d275a259fd6896aeaf659d422173b155d0e493;hb=857ca8ca24fbfe26d4c0c624aa6c3f2296c419f8;hpb=3011632e061b6d2a9333f8618662c41e55237ecb diff --git a/ginac/add.cpp b/ginac/add.cpp index 08d275a2..aa8ff64f 100644 --- a/ginac/add.cpp +++ b/ginac/add.cpp @@ -554,14 +554,14 @@ ex add::expand(unsigned options) const // protected -unsigned add::precedence=40; +unsigned add::precedence = 40; ////////// // global constants ////////// const add some_add; -const type_info & typeid_add=typeid(some_add); +const type_info & typeid_add = typeid(some_add); #ifndef NO_NAMESPACE_GINAC } // namespace GiNaC