X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fchecks.h;h=a9f2ba9fd1ecadfc559d544bfd32e8723b13f486;hp=5827f2233b07545876fe1fe7d32da11e9d2a53b4;hb=f30eb24864efd57bd7271cfccd8e526321682266;hpb=db5765dc91202851739e196ba11bfccb0b3fe7bc diff --git a/check/checks.h b/check/checks.h index 5827f223..a9f2ba9f 100644 --- a/check/checks.h +++ b/check/checks.h @@ -3,7 +3,7 @@ * Prototypes for all individual 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,17 +25,15 @@ // For rand() and friends: #include - -#include "ginac.h" using namespace std; - -#ifndef NO_NAMESPACE_GINAC +#include "config.h" +#include "ginac.h" using namespace GiNaC; -#endif // ndef NO_NAMESPACE_GINAC // prototypes for the expression generating functions in: const ex dense_univariate_poly(const symbol & x, unsigned degree); -const ex dense_bivariate_poly(const symbol & x1, const symbol & x2, unsigned degree); +const ex dense_bivariate_poly(const symbol & x1, const symbol & x2, + unsigned degree); const ex sparse_tree(const symbol & x, const symbol & y, const symbol & z, int level, bool trig = false, bool rational = true, bool complex = false);