From: Chris S. <san...@us...> - 2005-07-14 12:54:34
|
Update of /cvsroot/stack/stack-1-0/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28296/scripts Modified Files: stackQuestion.php Log Message: PartFrac test added. Index: stackQuestion.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackQuestion.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** stackQuestion.php 14 Jul 2005 07:27:03 -0000 1.22 --- stackQuestion.php 14 Jul 2005 12:53:41 -0000 1.23 *************** *** 403,406 **** --- 403,407 ---- $stackAnswerTest['SA_factored']['imp'] = 'cas'; $stackAnswerTest['SA_expanded']['imp'] = 'cas'; + $stackAnswerTest['PartFrac']['imp'] = 'cas'; $stackAnswerTest['Diff']['imp'] = 'cas'; $stackAnswerTest['Int']['imp'] = 'cas'; *************** *** 1095,1098 **** --- 1096,1100 ---- OR 'FacForm' == $atest OR 'SA_factored' == $atest + OR 'PartFrac' == $atest OR 'Diff' == $atest OR 'Int' == $atest) { *************** *** 1105,1113 **** } if ( 'FacForm' == $atest OR 'SA_factored' == $atest OR 'Diff' == $atest OR 'Int' == $atest) { - // These tests need a list of two items, the $ta and $atest_ops $errs = validate_casstring($atest_ops); if ('' == $errs && '' != $atest_ops ) { --- 1107,1116 ---- } + // These tests need a list of two items, the $ta and $atest_ops if ( 'FacForm' == $atest OR 'SA_factored' == $atest + OR 'PartFrac' == $atest OR 'Diff' == $atest OR 'Int' == $atest) { $errs = validate_casstring($atest_ops); if ('' == $errs && '' != $atest_ops ) { |