Update of /cvsroot/stack/stack-1-0/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2449
Modified Files:
stackUnix.php
Log Message:
Index: stackUnix.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/scripts/stackUnix.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** stackUnix.php 14 Jul 2005 07:27:04 -0000 1.12
--- stackUnix.php 14 Jul 2005 07:34:56 -0000 1.13
***************
*** 158,162 ****
* @return array List of instantiated local variables.
*/ function stack_process_vars($locals,$seed,$options,&$err) {
!
$errors = '';
$cpCAS = new Maxima();
--- 158,162 ----
* @return array List of instantiated local variables.
*/ function stack_process_vars($locals,$seed,$options,&$err) {
!
$errors = '';
$cpCAS = new Maxima();
|