]> www.ginac.de Git - ginac.git/blobdiff - check/powerlaws.cpp
genheader.pl: create a header file 'cint_workaround.h' to fix the broken
[ginac.git] / check / powerlaws.cpp
index c51bff8e596ef52a7977c68b281161fe87e09ba1..d6a896cff54a15dafa7ccfc81263fb78535427e7 100644 (file)
@@ -4,7 +4,7 @@
  *  this code, it is a sanity check rather deeply rooted in GiNaC's classes. */
 
 /*
  *  this code, it is a sanity check rather deeply rooted in GiNaC's classes. */
 
 /*
- *  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
  *
  *  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
  */
 
 #include <ginac/ginac.h>
  */
 
 #include <ginac/ginac.h>
+
+#ifndef NO_GINAC_NAMESPACE
 using namespace GiNaC;
 using namespace GiNaC;
+#endif // ndef NO_GINAC_NAMESPACE
 
 static unsigned powerlaws1(void)
 {
 
 static unsigned powerlaws1(void)
 {