X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fidx.h;h=25c293b9f39b3e043923ae31b398bdf8a1bd24e5;hp=7ea9e5fb7fc8285048ade83aab3eae08c0d0d443;hb=00507499530d90533cf029bd503be326d9018138;hpb=d327f3f00c66a79d42855939866047b3e8caa630 diff --git a/ginac/idx.h b/ginac/idx.h index 7ea9e5fb..25c293b9 100644 --- a/ginac/idx.h +++ b/ginac/idx.h @@ -3,7 +3,7 @@ * Interface to GiNaC's indices. */ /* - * 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,15 +20,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __GINAC_IDX_H__ -#define __GINAC_IDX_H__ +#ifndef GINAC_IDX_H +#define GINAC_IDX_H #include "ex.h" #include "numeric.h" namespace GiNaC { - /** This class holds one index of an indexed object. Indices can * theoretically consist of any symbolic expression but they are usually * only just a symbol (e.g. "mu", "i") or numeric (integer). Indices belong @@ -275,4 +274,4 @@ ex minimal_dim(const ex & dim1, const ex & dim2); } // namespace GiNaC -#endif // ndef __GINAC_IDX_H__ +#endif // ndef GINAC_IDX_H