From: Chris S. <san...@us...> - 2006-02-06 14:35:52
|
Update of /cvsroot/stack/stack-1-0/scripts/maxima In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8645/scripts/maxima Modified Files: stackmaxima.mac Log Message: Index: stackmaxima.mac =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/maxima/stackmaxima.mac,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** stackmaxima.mac 6 Feb 2006 12:33:12 -0000 1.54 --- stackmaxima.mac 6 Feb 2006 14:35:41 -0000 1.55 *************** *** 238,242 **** print("], "), if ex=[] then return(StackValidOb("false","Simplify_Error",StackAddFeedback("",""))), ! ex=ex[1], if OPT_NoFloats and anyfloatex(ex) then return(StackValidOb("false","Illegal_floats",StackAddFeedback("","Illegal_floats"))), --- 238,242 ---- print("], "), if ex=[] then return(StackValidOb("false","Simplify_Error",StackAddFeedback("",""))), ! ex:ex[1], if OPT_NoFloats and anyfloatex(ex) then return(StackValidOb("false","Illegal_floats",StackAddFeedback("","Illegal_floats"))), |