X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;ds=sidebyside;f=ginac%2Finifcns.h;h=0c1526c5aa2ddb859c662b1d6460b7c3f487ba59;hb=b28ad5c0535bed79bf6549f25faf071be842ac21;hp=b8349d1bba898d93e292debc4aef6ecbc313639d;hpb=7d870583a6bf21a2ffb7b6f051b702064623892e;p=ginac.git diff --git a/ginac/inifcns.h b/ginac/inifcns.h index b8349d1b..0c1526c5 100644 --- a/ginac/inifcns.h +++ b/ginac/inifcns.h @@ -3,7 +3,7 @@ * Interface to GiNaC's initially known functions. */ /* - * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2011 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_INIFCNS_H__ -#define __GINAC_INIFCNS_H__ +#ifndef GINAC_INIFCNS_H +#define GINAC_INIFCNS_H #include "numeric.h" #include "function.h" @@ -212,4 +212,4 @@ ex convert_H_to_Li(const ex& parameterlst, const ex& arg); } // namespace GiNaC -#endif // ndef __GINAC_INIFCNS_H__ +#endif // ndef GINAC_INIFCNS_H