]> www.ginac.de Git - ginac.git/blobdiff - ginac/simp_lor.h
container.pl: can now generate constructors for an arbitary number
[ginac.git] / ginac / simp_lor.h
index 288579937b1b448c0b537de0bfe834be2bffd446..77e7c4d9f259946693aa7044e722af97833a7478 100644 (file)
@@ -31,9 +31,9 @@
 #include "indexed.h"
 #include "lorentzidx.h"
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC
 
 typedef pair<string,string> strstrpair;
 typedef pair<strstrpair,lorentzidx> spmapkey;
@@ -169,11 +169,11 @@ inline simp_lor &ex_to_nonconst_simp_lor(const ex &e)
 simp_lor lor_g(const ex & mu, const ex & nu);
 simp_lor lor_vec(const string & n, const ex & mu);
 ex simplify_simp_lor_mul(const ex & m, const scalar_products & sp);
-ex simplify_simp_lor(const ex & e, const scalar_products & sp);
+ex simplify_simp_lor(const ex & e, const scalar_products & sp=scalar_products());
 ex Dim(void);
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC
 
 #endif // ndef _SIMP__GINAC_LOR_H__