]> www.ginac.de Git - ginac.git/blobdiff - check/numeric_output.cpp
- beautyfied names :-)
[ginac.git] / check / numeric_output.cpp
index b98d61f043d9a51caa96ff22f889ffda3b6488a2..6b3a2599e2d2303fda03074a1e343f6a60cc5f64 100644 (file)
@@ -3,7 +3,7 @@
  *  Test output of numeric types. */
 
 /*
- *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
+ *  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_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 using namespace GiNaC;
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC
 
 unsigned numeric_output(void)
 {