#ifndef __GINAC_TINFOS_H__
#define __GINAC_TINFOS_H__
+#ifndef NO_GINAC_NAMESPACE
namespace GiNaC {
+#endif // ndef NO_GINAC_NAMESPACE
const unsigned TINFO_basic = 0x00000001U;
const unsigned TINFO_color = 0x000b1201U;
const unsigned TINFO_isospin = 0x000b1301U;
const unsigned TINFO_simp_lor = 0x000b1401U;
+const unsigned TINFO_lortensor = 0x000b1501U;
const unsigned TINFO_structure = 0x000c0001U;
// reserved up to 0x000cffffU
const unsigned TINFO_coloridx = 0x000d1001U;
const unsigned TINFO_lorentzidx = 0x000d1002U;
+#ifndef NO_GINAC_NAMESPACE
} // namespace GiNaC
+#endif // ndef NO_GINAC_NAMESPACE
#endif // ndef __GINAC_TINFOS_H__