From: Richard Kreckel Date: Sun, 12 Oct 2003 14:04:41 +0000 (+0000) Subject: * Some of your (dependent) bases are belong to somebody else. :-( X-Git-Tag: release_1-2-0~88 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=e188dbbefe5be6a6e79980e0edcbe000bd662244 * Some of your (dependent) bases are belong to somebody else. :-( --- diff --git a/ginac/structure.h b/ginac/structure.h index dbe97d42..45ea0791 100644 --- a/ginac/structure.h +++ b/ginac/structure.h @@ -26,6 +26,7 @@ #include #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(); }