]> www.ginac.de Git - ginac.git/blobdiff - ginac/container.pl
- normal() now internally keeps numerator and denominator separated and
[ginac.git] / ginac / container.pl
index 3a7f9bd81e5d784bd1db33a9d9daf65c1f7606b4..0ef3b896d47908f8c4355b1a86637b75c9120d59 100755 (executable)
@@ -231,6 +231,11 @@ inline const ${CONTAINER} &ex_to_${CONTAINER}(const ex &e)
     return static_cast<const ${CONTAINER} &>(*e.bp);
 }
 
+inline ${CONTAINER} &ex_to_nonconst_${CONTAINER}(const ex &e)
+{
+    return static_cast<${CONTAINER} &>(*e.bp);
+}
+
 #ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
 #endif // ndef NO_NAMESPACE_GINAC