X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fexcompiler.h;h=0baf9ffd47ea8eb2d3465c68ca759408d581690b;hb=709e61093f43462b5816f859a32a31cc00758da8;hp=7122fef4da699fdb696092eead997961f6ae0d41;hpb=83a7ee99a947cbbf331018b803ad6be43a9ccd45;p=ginac.git diff --git a/ginac/excompiler.h b/ginac/excompiler.h index 7122fef4..0baf9ffd 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-2019 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