]> www.ginac.de Git - ginac.git/blobdiff - ginac/flags.h
- revamped indexed objects
[ginac.git] / ginac / flags.h
index 93506f107d9adb125db7231d664143653727b4a2..987a4df0260dd894b79a0c3048e6ccaa97c664e0 100644 (file)
@@ -28,7 +28,8 @@ namespace GiNaC {
 class expand_options {
 public:
        enum {
-               expand_trigonometric = 0x0001
+               expand_trigonometric = 0x0001,
+               expand_indexed = 0x0002
        };
 };
 
@@ -128,13 +129,7 @@ public:
                has_indices,  // object has at least one index
 
                // answered by class idx
-               idx,
-
-               // answered by class coloridx
-               coloridx,
-
-               // answered by class lorentzidx
-               lorentzidx
+               idx
        };
 };