From: Christian Bauer Date: Mon, 8 Jul 2002 21:49:48 +0000 (+0000) Subject: synced to 1.0 (for real this time...) X-Git-Tag: release_1-1-0~88 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=10715c4e70c6ffbde1b5f8fc0266f12f14de91d8;p=ginac.git synced to 1.0 (for real this time...) --- diff --git a/ginac/indexed.h b/ginac/indexed.h index f539444e..ad18ddb5 100644 --- a/ginac/indexed.h +++ b/ginac/indexed.h @@ -144,6 +144,7 @@ public: // functions overriding virtual functions from base classes public: void print(const print_context & c, unsigned level = 0) const; + unsigned precedence(void) const {return 55;} bool info(unsigned inf) const; ex eval(int level = 0) const; exvector get_free_indices(void) const;