X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fgenex.cpp;h=f4bffb151a484d5b87129833a9dd634e7f253db5;hp=b61e8e835d6fd28b21de215a4dbf1e53f5f6a1b0;hb=3ab7092e925aba28498d7508f50da9f913dcffd2;hpb=af922d5eb36ed70e4a9e3ffaf4c24492cf89a1a6;ds=sidebyside diff --git a/check/genex.cpp b/check/genex.cpp index b61e8e83..f4bffb15 100644 --- a/check/genex.cpp +++ b/check/genex.cpp @@ -4,7 +4,7 @@ * input in the consistency checks. */ /* - * GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2001 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 @@ -25,10 +25,7 @@ #include #include "ginac.h" - -#ifndef NO_NAMESPACE_GINAC using namespace GiNaC; -#endif // ndef NO_NAMESPACE_GINAC /* Create a dense univariate random polynomial in x. * (of the form 9 - 22*a - 17*a^2 + 14*a^3 + 7*a^4 + 7a^5 if degree==5) */