]> www.ginac.de Git - ginac.git/blobdiff - ginac/tinfos.h
* zeta(n,x) is now zetaderiv(n,s)
[ginac.git] / ginac / tinfos.h
index 03b7315e0a2eab78ba4ab9a02062167015e9d004..0f53714b6d29d9f6b73b4f1e7a1f0b974b2dd353 100644 (file)
@@ -3,7 +3,7 @@
  *  Values for a do-it-yourself typeinfo scheme. */
 
 /*
- *  GiNaC Copyright (C) 1999-2002 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2003 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;