X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Finifcns_consist.cpp;h=c30ddefec5316266970297022066c4816b52f1cc;hp=f3d272f4c474cad4fd5f5f40a40d9e0eac374153;hb=7a5f6e34480a04d888d2a7057a7dceac3e3a9bf7;hpb=a6f213834d008fa5534dd601edb013ae3a3e8008 diff --git a/check/inifcns_consist.cpp b/check/inifcns_consist.cpp index f3d272f4..c30ddefe 100644 --- a/check/inifcns_consist.cpp +++ b/check/inifcns_consist.cpp @@ -4,7 +4,7 @@ * functions. */ /* - * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2000 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 @@ -21,11 +21,11 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include +#include "ginac.h" -#ifndef NO_GINAC_NAMESPACE +#ifndef NO_NAMESPACE_GINAC using namespace GiNaC; -#endif // ndef NO_GINAC_NAMESPACE +#endif // ndef NO_NAMESPACE_GINAC /* Some tests on the sine trigonometric function. */ static unsigned inifcns_consist_sin(void)