]> www.ginac.de Git - ginac.git/blobdiff - check/numeric_output.cpp
- beautyfied names :-)
[ginac.git] / check / numeric_output.cpp
index d138a74f3b221d967cdbc88d5b1cdf659831c201..6b3a2599e2d2303fda03074a1e343f6a60cc5f64 100644 (file)
@@ -1,8 +1,9 @@
 /** @file numeric_output.cpp
  *
- *  Test output of numeric types.
- *
- *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
+ *  Test output of numeric types. */
+
+/*
+ *  GiNaC Copyright (C) 1999-2000 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
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include <ginac/ginac.h>
+#include "ginac.h"
+
+#ifndef NO_NAMESPACE_GINAC
+using namespace GiNaC;
+#endif // ndef NO_NAMESPACE_GINAC
 
 unsigned numeric_output(void)
 {
@@ -29,7 +34,7 @@ unsigned numeric_output(void)
     clog << "---------output of numeric types:" << endl;
     
     unsigned long Digits_before = Digits;
-    Digits = 200;
+    Digits = 222;
     clog << "Using " << Digits << " digits" << endl;
     clog << Pi << " evalfs to: " << Pi.evalf() << endl;
     clog << Catalan << " evalfs to: " << Catalan.evalf() << endl;