From fa048d7e0e3c7bcde12f0c7d3d3c428fc9782884 Mon Sep 17 00:00:00 2001 From: Jens Vollinga Date: Mon, 1 Dec 2003 01:16:17 +0000 Subject: [PATCH] * Fixed bug in example --- doc/tutorial/ginac.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index f9bd7913..4a28d0b2 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -5103,7 +5103,7 @@ static void my_print(const ex & e) if (is_a(e)) cout << ex_to(e).get_name(); else - cout << e.bp->class_name(); + cout << ex_to(e).class_name(); cout << "("; size_t n = e.nops(); if (n) -- 2.47.0