]> www.ginac.de Git - ginac.git/blobdiff - check/powerlaws.cpp
- Made configure warn a lot when readline-stuff couldn't be found.
[ginac.git] / check / powerlaws.cpp
index 2a6382a812688bdda81e43fe82c1456b730503a5..e885369c36378f59bb0a34ea82c89ad9c6b61602 100644 (file)
@@ -1,9 +1,10 @@
 /** @file powerlaws.cpp
  *
  *  Tests for power laws.  You shouldn't try to draw much inspiration from
- *  this code, it is a sanity check rather deeply rooted in GiNaC's classes.
- *
- *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
+ *  this code, it is a sanity check rather deeply rooted in GiNaC's classes. */
+
+/*
+ *  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
 
 static unsigned powerlaws1(void)
 {