]> www.ginac.de Git - ginac.git/blobdiff - check/matrix_checks.cpp
new #define CINT_CONVERSION_WORKAROUND for ginaccint, needed
[ginac.git] / check / matrix_checks.cpp
index 104a6058412ee03f61cbbd5ef8dcfa1ef9d1c93d..9e907ec365127aa63a70091d15a44e9664813079 100644 (file)
  */
 
 #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 matrix_determinants(void)
 {