X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Ftinfos.h;h=1a5678d910050df7e2d6f7a22ae6eed8c7fe7b47;hb=7595b93587d65ca35c860e064770ef3088d11148;hp=2c807b124b6ba504f5a41300c6388d0191a744bd;hpb=9eab44408b9213d8909b7a9e525f404ad06064dd;p=ginac.git diff --git a/ginac/tinfos.h b/ginac/tinfos.h index 2c807b12..1a5678d9 100644 --- a/ginac/tinfos.h +++ b/ginac/tinfos.h @@ -3,7 +3,7 @@ * Values for a do-it-yourself typeinfo scheme. */ /* - * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,7 +23,9 @@ #ifndef __GINAC_TINFOS_H__ #define __GINAC_TINFOS_H__ +#ifndef NO_NAMESPACE_GINAC namespace GiNaC { +#endif // ndef NO_NAMESPACE_GINAC const unsigned TINFO_basic = 0x00000001U; @@ -50,7 +52,7 @@ const unsigned TINFO_fail = 0x00080001U; const unsigned TINFO_numeric = 0x00090001U; -const unsigned TINFO_series = 0x000a0001U; +const unsigned TINFO_pseries = 0x000a0001U; const unsigned TINFO_indexed = 0x000b0001U; const unsigned TINFO_algebra = 0x000b1001U; @@ -58,6 +60,7 @@ const unsigned TINFO_clifford = 0x000b1101U; 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 @@ -67,6 +70,8 @@ const unsigned TINFO_idx = 0x000d0001U; const unsigned TINFO_coloridx = 0x000d1001U; const unsigned TINFO_lorentzidx = 0x000d1002U; +#ifndef NO_NAMESPACE_GINAC } // namespace GiNaC +#endif // ndef NO_NAMESPACE_GINAC #endif // ndef __GINAC_TINFOS_H__