]> www.ginac.de Git - ginac.git/blobdiff - check/paranoia_check.cpp
- Added a little test for Riemmann's Zeta function
[ginac.git] / check / paranoia_check.cpp
index 228d84653700626b9729e953a937fc9b9adb0491..d84946f20af732802a71d62ed4b588e2212b5e2e 100644 (file)
@@ -3,8 +3,9 @@
  *  This set of tests checks for some of GiNaC's oopses which showed up during
  *  development.  Things were evaluated wrongly and so.  It should not find such
  *  a sick behaviour again.  But since we are paranoic and we want to exclude
- *  that behaviour for good...
- *
+ *  that behaviour for good... */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -23,6 +24,7 @@
  */
 
 #include <ginac/ginac.h>
+using namespace GiNaC;
 
 // The very first pair of historic problems had its roots in power.cpp and was
 // finally resolved on April 27th. (Fixing the first on April 23rd actually