]> www.ginac.de Git - ginac.git/blobdiff - check/numeric_output.cpp
#ifndef around namespace GiNaC { }
[ginac.git] / check / numeric_output.cpp
index d138a74f3b221d967cdbc88d5b1cdf659831c201..50dd8c1ff6acd441fd065cefed156b6491b421a4 100644 (file)
@@ -1,7 +1,8 @@
 /** @file numeric_output.cpp
  *
- *  Test output of numeric types.
- *
+ *  Test output of numeric types. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
 
 #include <ginac/ginac.h>
 
+#ifndef NO_GINAC_NAMESPACE
+using namespace GiNaC;
+#endif // ndef NO_GINAC_NAMESPACE
+
 unsigned numeric_output(void)
 {
     unsigned result = 0;