Hello nice GiNaC people, Could you please change the line for (its = ls.begin(), itr != lr.begin(); its != ls.end(); ++its, ++itr) that occurs in the file mul.cpp in the function mul::algebraic_subs_mul into for (its = ls.begin(), itr = lr.begin(); its != ls.end(); ++its, ++itr) (i.e., remove an exclamation mark). This should give less segmentation faults in my programs. Bye, Chris Dams
Hi! On Wed, Jun 18, 2003 at 09:12:33PM +0000, Chris Dams wrote:
Could you please change the line [...]
In the nick of time! Some automated checks for the algebraic subs() are desparately needed... Bye, Christian -- / Physics is an algorithm \/ http://www.uni-mainz.de/~bauec002/
Hi! On Wed, Jun 18, 2003 at 10:59:25PM +0000, Chris Dams wrote:
Ok, here is a patch.
Thanks! Bye, Christian -- / Physics is an algorithm \/ http://www.uni-mainz.de/~bauec002/
participants (2)
-
Chris Dams
-
Christian Bauer