]> www.ginac.de Git - ginac.git/blobdiff - ginac/mul.cpp
- Doxygen'ed a bunch of comments.
[ginac.git] / ginac / mul.cpp
index efabd3bee765406c92872be93445b97b0c3b75f0..b0caa52ded7d0840381f3c4f17a63ee7a94d2c0d 100644 (file)
@@ -798,7 +798,7 @@ epvector * mul::expandchildren(unsigned options) const
 
 // protected
 
 
 // protected
 
-unsigned mul::precedence=50;
+unsigned mul::precedence = 50;
 
 
 //////////
 
 
 //////////
@@ -806,7 +806,7 @@ unsigned mul::precedence=50;
 //////////
 
 const mul some_mul;
 //////////
 
 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
 
 #ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC