]> www.ginac.de Git - ginac.git/blobdiff - ginac/simp_lor.h
#ifndef around namespace GiNaC { }
[ginac.git] / ginac / simp_lor.h
index 643a6d91f5d49ce51fb70fc7c87d77823ebd34c8..44543fc8234ce426244e0032d2c5740a30b6bb00 100644 (file)
@@ -31,7 +31,9 @@
 #include <ginac/indexed.h>
 #include <ginac/lorentzidx.h>
 
+#ifndef NO_GINAC_NAMESPACE
 namespace GiNaC {
+#endif // ndef NO_GINAC_NAMESPACE
 
 typedef pair<string,string> strstrpair;
 typedef pair<strstrpair,lorentzidx> spmapkey;
@@ -170,6 +172,8 @@ ex simplify_simp_lor_mul(ex const & m, scalar_products const & sp);
 ex simplify_simp_lor(ex const & e, scalar_products const & sp);
 ex Dim(void);
 
+#ifndef NO_GINAC_NAMESPACE
 } // namespace GiNaC
+#endif // ndef NO_GINAC_NAMESPACE
 
 #endif // ndef _SIMP__GINAC_LOR_H__