]> www.ginac.de Git - ginac.git/blobdiff - check/genex.cpp
prepared for 1.0.13 release
[ginac.git] / check / genex.cpp
index f4bffb151a484d5b87129833a9dd634e7f253db5..940e6ec6db8dbc6841fabff72c7f7f0671aaa43b 100644 (file)
@@ -4,7 +4,7 @@
  *  input in the consistency checks. */
 
 /*
  *  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
  *
  *  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
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-// For rand() and friends:
-#include <stdlib.h>
-
+#include <cstdlib>
 #include "ginac.h"
 #include "ginac.h"
+using namespace std;
 using namespace GiNaC;
 
 /* Create a dense univariate random polynomial in x.
 using namespace GiNaC;
 
 /* Create a dense univariate random polynomial in x.