]> www.ginac.de Git - ginac.git/blobdiff - ginac/flags.h
* basic::collec() never worked correctly on non-polynomials till now.
[ginac.git] / ginac / flags.h
index 96838ceceae612b9f3c390330f0d5e97a09c0f3a..9c11862eac05b40b69589dd34cf9a879e77de4eb 100644 (file)
@@ -69,7 +69,7 @@ public:
 class status_flags {
 public:
        enum {
-               dynallocated    = 0x0001,       ///< Heap-allocated (i.e. created by new if we want to be clever and bypass the stack)
+               dynallocated    = 0x0001,       ///< Heap-allocated (i.e. created by new if we want to be clever and bypass the stack, @see ex::construct_from_basic() )
                evaluated       = 0x0002,       ///< .eval() has already done its job
                expanded        = 0x0004,       ///< .expand() has already done its job
                hash_calculated = 0x0008        ///< .calchash() has already done its job