]> www.ginac.de Git - ginac.git/blobdiff - ginac/flags.h
kill spurious comma in flags.h
[ginac.git] / ginac / flags.h
index 372b89932ec995a4f8fe1c2de6c778163cb02150..f147fc03612f3def4af2018a9b32f052e84b585e 100644 (file)
@@ -30,7 +30,8 @@ class expand_options {
 public:
        enum {
                expand_indexed = 0x0001,      ///< expands (a+b).i to a.i+b.i
-               expand_function_args = 0x0002 ///< expands the arguments of functions
+               expand_function_args = 0x0002, ///< expands the arguments of functions
+               expand_rename_idx = 0x0004 ///< used internally by mul::expand()
        };
 };
 
@@ -38,7 +39,7 @@ public:
 class has_options {
 public:
        enum {
-               algebraic = 0x0001,              ///< enable algebraic matching
+               algebraic = 0x0001              ///< enable algebraic matching
        };
 };