X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fidx.h;h=ea885feef1d56c86f043b328b5b4f279c010fbe7;hp=c760f67b4e30cd3894579a393f9ac1226a22d419;hb=745d46b8492878030cc0decd1cb9bf2de2de03ff;hpb=6d383491ac7fdc612ebc15778a2db01dbc5660d6 diff --git a/ginac/idx.h b/ginac/idx.h index c760f67b..ea885fee 100644 --- a/ginac/idx.h +++ b/ginac/idx.h @@ -80,7 +80,6 @@ public: /** Check whether the dimension is symbolic. */ bool is_dim_symbolic(void) const {return !is_ex_exactly_of_type(dim, numeric);} - // member variables protected: ex value; /**< Expression that constitutes the index (numeric or symbolic name) */ ex dim; /**< Dimension of space (can be symbolic or numeric) */