[Aimmath-commit] AIM/WEB-INF/maple SafeParse.mpl,1.5,1.6
Brought to you by:
gustav_delius,
npstrick
From: <mo...@us...> - 2004-02-14 18:05:19
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27905 Modified Files: SafeParse.mpl Log Message: added dx, dy, and dz to the list of safe names for use in total differential questions Index: SafeParse.mpl =================================================================== RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/SafeParse.mpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** SafeParse.mpl 19 Sep 2003 20:11:01 -0000 1.5 --- SafeParse.mpl 14 Feb 2004 17:58:38 -0000 1.6 *************** *** 421,424 **** --- 421,429 ---- "csgn", "diff", + # KM + "dx", + "dy", + "dz", + # END KM "dilog", "e", |