From 10715c4e70c6ffbde1b5f8fc0266f12f14de91d8 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Mon, 8 Jul 2002 21:49:48 +0000 Subject: [PATCH] synced to 1.0 (for real this time...) --- ginac/indexed.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.0