Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim
In directory sc8-pr-cvs1:/tmp/cvs-serv23510
Modified Files:
Inert.mpl
Log Message:
Fixes bug [798637]
Index: Inert.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/Inert.mpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Inert.mpl 2 Sep 2003 02:53:42 -0000 1.2
--- Inert.mpl 3 Sep 2003 14:55:53 -0000 1.3
***************
*** 205,209 ****
local f,d,ARGS,Values,R;
! this['InertFunction']:=F;
ARGS:=args[3..nargs];
R:=this['setArgs',ARGS];
--- 205,209 ----
local f,d,ARGS,Values,R;
! this['InertFunction']:=eval(F);
ARGS:=args[3..nargs];
R:=this['setArgs',ARGS];
|