From e005279d3ccfb7eb2901be0926a1623f18cc465e Mon Sep 17 00:00:00 2001 From: Jens Vollinga Date: Sun, 25 Dec 2005 18:27:09 +0000 Subject: [PATCH] Fixed example [A.Sheplyakov]. --- 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 3cd6c617..92fb7d14 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -7857,7 +7857,7 @@ ex e = mystring("Hello, world!"); cout << is_a(e) << endl; // -> 1 (true) -cout << e.bp->class_name() << endl; +cout << ex_to(e).class_name() << endl; // -> mystring @end example -- 2.44.0