]> www.ginac.de Git - ginac.git/commitdiff
* Some of your (dependent) bases are belong to somebody else. :-(
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sun, 12 Oct 2003 14:04:41 +0000 (14:04 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sun, 12 Oct 2003 14:04:41 +0000 (14:04 +0000)
ginac/structure.h

index dbe97d4226740060ef3a329a5b8913534ef2a117..45ea07915264d8a9518fad208fb847d7bd56ab24 100644 (file)
@@ -26,6 +26,7 @@
 #include <functional>
 
 #include "ex.h"
+#include "ncmul.h"
 #include "operators.h"
 #include "print.h"
 
@@ -133,7 +134,7 @@ public:
        ex evalf(int level = 0) const { return inherited::evalf(level); }
        ex evalm() const { return inherited::evalm(); }
 protected:
-       ex eval_ncmul(const exvector & v) const { return this->hold_ncmul(v); }
+       ex eval_ncmul(const exvector & v) const { return hold_ncmul(v); }
 public:
        ex eval_indexed(const basic & i) const { return i.hold(); }