X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Ftinfos.h;h=6f14bf0a32058bec2355a1f04a924fe688013461;hp=0f53714b6d29d9f6b73b4f1e7a1f0b974b2dd353;hb=0c9cc6886e62e476de252b017161203f049edc8f;hpb=dbd9c306a74f1cb258c0d15a346b973b39deaad2 diff --git a/ginac/tinfos.h b/ginac/tinfos.h index 0f53714b..6f14bf0a 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-2003 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2005 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 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __GINAC_TINFOS_H__ @@ -38,6 +38,7 @@ const unsigned TINFO_exprseq = 0x00030001U; const unsigned TINFO_function = 0x00031001U; const unsigned TINFO_fderivative = 0x00032001U; const unsigned TINFO_ncmul = 0x00031002U; +const unsigned TINFO_integral = 0x00033001U; const unsigned TINFO_lst = 0x00040001U; @@ -81,6 +82,7 @@ const unsigned TINFO_su3f = 0x000e100aU; const unsigned TINFO_su3d = 0x000e100bU; const unsigned TINFO_diracone = 0x000e100cU; const unsigned TINFO_diracgamma = 0x000e100dU; +const unsigned TINFO_cliffordunit = 0x000e101dU; const unsigned TINFO_diracgamma5 = 0x000e100eU; const unsigned TINFO_diracgammaL = 0x000e100fU; const unsigned TINFO_diracgammaR = 0x000e1010U;