X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fclifford.h;h=ef08f72bc75fb381bb2662e0ca3efe9c770da39b;hp=efb9dd6652b49d6a24268faaf3e7ce5bdf6b5a5b;hb=87ed87c395d6121fe468efc68ee2cd33a7e91200;hpb=d327f3f00c66a79d42855939866047b3e8caa630 diff --git a/ginac/clifford.h b/ginac/clifford.h index efb9dd66..ef08f72b 100644 --- a/ginac/clifford.h +++ b/ginac/clifford.h @@ -3,7 +3,7 @@ * Interface to GiNaC's clifford algebra (Dirac gamma) objects. */ /* - * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2010 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 @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __GINAC_CLIFFORD_H__ -#define __GINAC_CLIFFORD_H__ +#ifndef GINAC_CLIFFORD_H +#define GINAC_CLIFFORD_H #include "indexed.h" #include "tensor.h" @@ -32,7 +32,6 @@ namespace GiNaC { - /** This class holds an object representing an element of the Clifford * algebra (the Dirac gamma matrices). These objects only carry Lorentz * indices. Spinor indices are hidden. A representation label (an unsigned @@ -361,4 +360,4 @@ ex clifford_moebius_map(const ex & M, const ex & v, const ex & G, unsigned char } // namespace GiNaC -#endif // ndef __GINAC_CLIFFORD_H__ +#endif // ndef GINAC_CLIFFORD_H