]> www.ginac.de Git - ginac.git/blobdiff - ginac/ginac.h
#pragmas for MAKECINT in combination with namespaces
[ginac.git] / ginac / ginac.h
index cd7202b8b0564c52cd2eb26fd49d8672dd46fcd6..99b2b6ef7104020d385fce9903416ed0a6e47bb1 100644 (file)
@@ -66,4 +66,9 @@
 #include "lortensor.h"
 #endif // ndef GINAC_BASE_ONLY
 
 #include "lortensor.h"
 #endif // ndef GINAC_BASE_ONLY
 
+#ifdef __MAKECINT__
+#pragma link C++ nestedclass;
+#pragma link C++ nestedtypedef;
+#endif
+
 #endif // ndef __GINAC_H__
 #endif // ndef __GINAC_H__