23 Dec
2005
23 Dec
'05
12:50 p.m.
Hello! Documentation on writing GiNaC classes contains code which won't even compile. Here is a fix: Index: doc/tutorial/ginac.texi =================================================================== RCS file: /home/cvs/GiNaC/doc/tutorial/ginac.texi,v retrieving revision 1.159.2.13 diff -r1.159.2.13 ginac.texi 7774c7774 < cout << e.bp->class_name() << endl; ---
cout << ex_to<basic>(e).class_name() << endl;
-- All science is either physics or stamp collecting.