]> www.ginac.de Git - ginac.git/blobdiff - check/poly_gcd.cpp
- Added a little test for Riemmann's Zeta function
[ginac.git] / check / poly_gcd.cpp
index 542bc80c8439d8a805b161f138c70e8d21aedadd..484eb2d27c93aebfd8e7224e14693ee8fe1f4aab 100644 (file)
@@ -1,8 +1,9 @@
 /** @file poly_gcd.cpp
  *
  *  Some test with polynomial GCD calculations. See also the checks for
- *  rational function normalization in normalization.cpp.
- *
+ *  rational function normalization in normalization.cpp. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -21,6 +22,7 @@
  */
 
 #include <ginac/ginac.h>
+using namespace GiNaC;
 
 const int MAX_VARIABLES = 5;