X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;ds=sidebyside;f=ginac%2Ftinfos.h;h=657a1cd7a5bd16cbb875d1e331f706adaf3ec01f;hb=729d30ae80fa9fdcdbafd7a29e8671083130f69c;hp=20e6d2b3288e6d2890559a99234e9eff8c95dd3a;hpb=aa6281216091efd92dc5fcc3f96c7189114e80f1;p=ginac.git diff --git a/ginac/tinfos.h b/ginac/tinfos.h index 20e6d2b3..657a1cd7 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-2001 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2002 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 @@ -82,6 +82,8 @@ const unsigned TINFO_su3d = 0x000e100bU; const unsigned TINFO_diracone = 0x000e100cU; const unsigned TINFO_diracgamma = 0x000e100dU; const unsigned TINFO_diracgamma5 = 0x000e100eU; +const unsigned TINFO_diracgammaL = 0x000e100fU; +const unsigned TINFO_diracgammaR = 0x000e1010U; const unsigned TINFO_wildcard = 0x000f0001U;