X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fexcompiler.h;h=2862c67695392f4ec626493e762087e18631466f;hp=7122fef4da699fdb696092eead997961f6ae0d41;hb=f38cbcd651246fb5c1294705d29399f3cbfddaf5;hpb=67467d256b44f5e08498ca81c946d9ffaa25d1e2 diff --git a/ginac/excompiler.h b/ginac/excompiler.h index 7122fef4..2862c676 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-2009 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