]> www.ginac.de Git - ginac.git/blobdiff - check/numeric_consist.cpp
- Changes to */Makefile.in triggered by stupid automake-version-thingie.
[ginac.git] / check / numeric_consist.cpp
index 494cc5791270551bd67ba0f666f08475cb22d449..5839da10e9e7530cb7867cd6dbb6e680c17292ec 100644 (file)
@@ -4,7 +4,7 @@
  *  boolean tests on these numbers like is_integer() etc... */
 
 /*
- *  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
  */
 
 #include <stdlib.h>
-#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
 
 /* Simple and maybe somewhat pointless consistency tests of assorted tests and
  * conversions. */