]> www.ginac.de Git - ginac.git/blobdiff - check/lortensor_check.cpp
- changes triggered by fucking new version of automake
[ginac.git] / check / lortensor_check.cpp
index 0440abcc276f208d85cdd90c46a9978277eb9191..c153ee4932c71ace09b009e1904e945c7457d7b2 100644 (file)
@@ -3,7 +3,7 @@
  *  Here we test manipulations on GiNaC's lortensors. */
 
 /*
- *  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 <stdexcept>
-#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
 
 static unsigned lortensor_check1(void)
 {