|
From: Chris S. <san...@us...> - 2005-11-19 16:37:18
|
Update of /cvsroot/stack/stack-1-0/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1133/scripts Modified Files: stackQuestion.php Log Message: Index: stackQuestion.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackQuestion.php,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** stackQuestion.php 19 Nov 2005 16:04:39 -0000 1.53 --- stackQuestion.php 19 Nov 2005 16:37:08 -0000 1.54 *************** *** 584,587 **** --- 584,590 ---- $stackAnswerTest['AlgEquiv_quiet']['function'] = 'ATAlgEquiv'; + $stackAnswerTest['SameType']['imp'] = 'cas'; + $stackAnswerTest['SameType']['function'] = 'ATSameType'; + $stackAnswerTest['CASEqual']['imp'] = 'cas'; $stackAnswerTest['CASEqual']['function'] = 'ATCASEqual'; |