]> www.ginac.de Git - ginac.git/blobdiff - check/differentiation.cpp
new #define CINT_CONVERSION_WORKAROUND for ginaccint, needed
[ginac.git] / check / differentiation.cpp
index 5b5f12dc614af1506589a0356c7b9cdfd221ad44..307bd59a6e0e4d6c85930b3281dc9738ac6e073e 100644 (file)
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#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 check_diff(const ex &e, const symbol &x,
                            const ex &d, unsigned nth=1)