[Aimmath-commit] AIM/WEB-INF/maple/aim Question.mpl,1.5,1.6
Brought to you by:
gustav_delius,
npstrick
From: <nps...@us...> - 2003-09-06 10:46:31
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim In directory sc8-pr-cvs1:/tmp/cvs-serv21359/WEB-INF/maple/aim Modified Files: Question.mpl Log Message: Fixed the 'bad name' error (caused by `Local/Save` without matching `Local/Restore`). Index: Question.mpl =================================================================== RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/Question.mpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Question.mpl 26 Aug 2003 21:39:39 -0000 1.5 --- Question.mpl 6 Sep 2003 10:46:28 -0000 1.6 *************** *** 617,621 **** # some kind of marking error has occurred attempt['SetMarkingError',msg]; - `Local/Restore`(savedframe); RETURN(eval(attempt)); fi; --- 617,620 ---- *************** *** 1952,1955 **** --- 1951,1956 ---- ###TODO: a better way to log this end try; + + `Local/Restore`(savedframe); fi; |