]> www.ginac.de Git - ginac.git/blobdiff - ginac/matrix.h
- dummy index renamer didn't account for internal dummy indices of objects
[ginac.git] / ginac / matrix.h
index 8831ada85a02d726900c9d83196bbcffb252bc3a..53929bc52da3260a91182b18e43e90ba13b88d1c 100644 (file)
@@ -91,7 +91,6 @@ protected:
        unsigned row;             ///< number of rows
        unsigned col;             ///< number of columns
        exvector m;               ///< representation (cols indexed first)
-       static unsigned precedence;
 };