X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fgenex.cpp;h=8875ed6c9ecedb0d846c423f3e57d9cdf25ca21b;hp=f4bffb151a484d5b87129833a9dd634e7f253db5;hb=b3283b8904fbc9617cb6293791c7a653e255ebbe;hpb=c69d2c6f95cd62f1bbf2ff665551b1d1b693466c;ds=sidebyside diff --git a/check/genex.cpp b/check/genex.cpp index f4bffb15..8875ed6c 100644 --- a/check/genex.cpp +++ b/check/genex.cpp @@ -4,7 +4,7 @@ * input in the consistency checks. */ /* - * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2003 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,10 +21,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// For rand() and friends: -#include - +#include #include "ginac.h" +using namespace std; using namespace GiNaC; /* Create a dense univariate random polynomial in x. @@ -152,4 +151,6 @@ sparse_tree(const symbol & x, } else return random_symbol(x,y,z,rational,complex); } + + return 0; }