X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fexcompiler.h;h=d30b32e95e2b3b4edcbbea0746347e1dc3d38e00;hp=7122fef4da699fdb696092eead997961f6ae0d41;hb=073bf40a73e419a3dbcb6dfa190947ce2cc3bdce;hpb=67467d256b44f5e08498ca81c946d9ffaa25d1e2 diff --git a/ginac/excompiler.h b/ginac/excompiler.h index 7122fef4..d30b32e9 100644 --- a/ginac/excompiler.h +++ b/ginac/excompiler.h @@ -1,12 +1,10 @@ /** @file excompiler.h * * Functions to facilitate the conversion of a ex to a function pointer suited for - * fast numerical integration. - * - */ + * fast numerical integration. */ /* - * 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 @@ -23,13 +21,13 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __GINAC_EXCOMPILER_H__ -#define __GINAC_EXCOMPILER_H__ - -#include +#ifndef GINAC_EXCOMPILER_H +#define GINAC_EXCOMPILER_H #include "lst.h" +#include + namespace GiNaC { class ex; @@ -125,4 +123,4 @@ void unlink_ex(const std::string filename); } // namespace GiNaC -#endif // ndef __GINAC_EXCOMPILER_H__ +#endif // ndef GINAC_EXCOMPILER_H