]> www.ginac.de Git - ginac.git/blobdiff - ginac/tensor.h
* As agreed upon at lunch, remove debugmsg since it is hardly of any use.
[ginac.git] / ginac / tensor.h
index d3b27b6074c665fa4d4b82d1d59b7bacbc4fb2f8..02496ad9da5da77cdc1e38b8e7cdb76da5e7f5d6 100644 (file)
@@ -37,7 +37,7 @@ class tensor : public basic
 
        // other constructors
 protected:
-       tensor(unsigned ti);
+       tensor(unsigned ti) : inherited(ti) {}
 
        // functions overriding virtual functions from base classes
 protected: