]> www.ginac.de Git - ginac.git/blobdiff - ginac/flags.h
Put entire GiNaC documentation into @dircategory 'Mathematics' for info.
[ginac.git] / ginac / flags.h
index 8ef1c0ac07e03a72f8482a431b886543b3bbfc1a..86d823844f80558242cd3bb18bfc7e148270758e 100644 (file)
@@ -3,7 +3,7 @@
  *  Collection of all flags used through the GiNaC framework. */
 
 /*
- *  GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2007 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -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
        };
 };