]> www.ginac.de Git - ginac.git/blobdiff - ginac/flags.h
info_flags::expanded added [A.Sheplyakov]
[ginac.git] / ginac / flags.h
index a416958d1511a7133b09ece92a8adeebfd2b1ba7..86d823844f80558242cd3bb18bfc7e148270758e 100644 (file)
@@ -250,7 +250,10 @@ public:
                has_indices,  // object has at least one index
 
                // answered by class idx
-               idx
+               idx,
+
+               // answered by classes numeric, symbol, add, mul, power
+               expanded
        };
 };