|
From: Chris S. <san...@us...> - 2009-06-26 18:09:42
|
Update of /cvsroot/stack/stack-dev/lib/CAS In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8308/lib/CAS Modified Files: maximaPreferences.php displayCASText.php Log Message: Index: displayCASText.php =================================================================== RCS file: /cvsroot/stack/stack-dev/lib/CAS/displayCASText.php,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** displayCASText.php 23 Jun 2009 14:39:36 -0000 1.36 --- displayCASText.php 26 Jun 2009 18:08:36 -0000 1.37 *************** *** 521,525 **** { //return $this->getDisplayTextDebug();// the same but with verbosity ! $str = new stringUtil($this->strin); $this->removeComments(); --- 521,526 ---- { //return $this->getDisplayTextDebug();// the same but with verbosity ! ! $str = new stringUtil($this->strin); $this->removeComments(); Index: maximaPreferences.php =================================================================== RCS file: /cvsroot/stack/stack-dev/lib/CAS/maximaPreferences.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** maximaPreferences.php 23 Jun 2009 14:39:36 -0000 1.11 --- maximaPreferences.php 26 Jun 2009 18:08:36 -0000 1.12 *************** *** 63,67 **** * * ! * @param string $disp Display type, latex or mathml * @param ItemOption $itemOptions the itemoptions to convert to maximaPreferences */ --- 63,67 ---- * * ! * @param string $disp Display type, latex or mathml * @param ItemOption $itemOptions the itemoptions to convert to maximaPreferences */ *************** *** 103,107 **** $stackOptions['Display']['default'] = $this->display; } ! /** * Add an option --- 103,107 ---- $stackOptions['Display']['default'] = $this->display; } ! /** * Add an option *************** *** 117,121 **** $this->variableArray[$n] = new maximaVariable($n, $v, $k, $t); } ! /** * Updates an existing option --- 117,121 ---- $this->variableArray[$n] = new maximaVariable($n, $v, $k, $t); } ! /** * Updates an existing option *************** *** 192,196 **** return $returnArray; } ! /** * Returns a single named options value --- 192,196 ---- return $returnArray; } ! /** * Returns a single named options value |