X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Finifcns.h;h=9d8422e80507d23e113490b13eb1f12b35e302ba;hp=af5516db58057e3efa2dd7b0e1314c3d3a51008f;hb=c84dc83799cec33b71126e624cd914125d8d2a43;hpb=690cd58cc13ad5052eb5851c573984965d0c40c1 diff --git a/ginac/inifcns.h b/ginac/inifcns.h index af5516db..9d8422e8 100644 --- a/ginac/inifcns.h +++ b/ginac/inifcns.h @@ -3,7 +3,7 @@ * Interface to GiNaC's initially known functions. */ /* - * GiNaC Copyright (C) 1999-2005 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_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