]> www.ginac.de Git - ginac.git/blobdiff - ginac/ncmul.h
- revamped indexed objects
[ginac.git] / ginac / ncmul.h
index cc186a0a36a37325fec314ce01b00cb12444c3bc..dd96a89132fdba32bf24eebd0e386350d243ad63 100644 (file)
@@ -63,7 +63,7 @@ public:
        ex coeff(const symbol & s, int n=1) const;
        ex eval(int level=0) const;
        ex subs(const lst & ls, const lst & lr) const;
-       exvector get_indices(void) const;
+       exvector get_free_indices(void) const;
        ex thisexprseq(const exvector & v) const;
        ex thisexprseq(exvector * vp) const;
 protected: