[Aimmath-commit] AIM/WEB-INF/maple/aim Inert.mpl,1.2,1.3
Brought to you by:
gustav_delius,
npstrick
From: <mo...@us...> - 2003-09-03 14:56:03
|
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]; |