X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;ds=inline;f=ginac%2Fadd.h;h=a8b5da110ecf13c93ff71a715b7e72a5f6082ed0;hb=59fa68b8930779dfc419291d028b57b0d91d33d0;hp=0dfd6034d5c9910386f61dab7b4e234144124398;hpb=d327f3f00c66a79d42855939866047b3e8caa630;p=ginac.git diff --git a/ginac/add.h b/ginac/add.h index 0dfd6034..a8b5da11 100644 --- a/ginac/add.h +++ b/ginac/add.h @@ -3,7 +3,7 @@ * Interface to GiNaC's sums of expressions. */ /* - * 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_ADD_H__ -#define __GINAC_ADD_H__ +#ifndef GINAC_ADD_H +#define GINAC_ADD_H #include "expairseq.h" @@ -88,4 +88,4 @@ GINAC_DECLARE_UNARCHIVER(add); } // namespace GiNaC -#endif // ndef __GINAC_ADD_H__ +#endif // ndef GINAC_ADD_H