]> www.ginac.de Git - ginac.git/blobdiff - ginac/tinfos.h
* Fix CLN output of a-2. (Chris Dams)
[ginac.git] / ginac / tinfos.h
index 3faea2fce0a7a551c9f6b9bf6003ecececd2df65..03b7315e0a2eab78ba4ab9a02062167015e9d004 100644 (file)
@@ -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
@@ -36,6 +36,7 @@ const unsigned TINFO_constant      = 0x00021001U;
 
 const unsigned TINFO_exprseq       = 0x00030001U;
 const unsigned TINFO_function      = 0x00031001U;
+const unsigned TINFO_fderivative   = 0x00032001U;
 const unsigned TINFO_ncmul         = 0x00031002U;
 
 const unsigned TINFO_lst           = 0x00040001U;
@@ -84,6 +85,8 @@ const unsigned TINFO_diracgamma5   = 0x000e100eU;
 
 const unsigned TINFO_wildcard      = 0x000f0001U;
 
+const unsigned TINFO_symmetry      = 0x00100001U;
+
 } // namespace GiNaC
 
 #endif // ndef __GINAC_TINFOS_H__