X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fexcompiler.h;h=d2fa4ccb13e7ae0433f451bbb8ca3d9d82449b1a;hb=2c8d5b298c5354c32514c4d5e52cfc80e8b32fbd;hp=b31f753b376935c8a4219636bd7ed6fe9b150f04;hpb=43287525116c2265404f224bbf0311d9fec4b516;p=ginac.git diff --git a/ginac/excompiler.h b/ginac/excompiler.h index b31f753b..d2fa4ccb 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-2006 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2015 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