From: Chris S. <san...@us...> - 2005-07-05 13:50:22
|
Update of /cvsroot/stack/stack-1-0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31293 Modified Files: stackstd.php.dist Log Message: Index: stackstd.php.dist =================================================================== RCS file: /cvsroot/stack/stack-1-0/stackstd.php.dist,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** stackstd.php.dist 23 Jun 2005 10:43:15 -0000 1.16 --- stackstd.php.dist 5 Jul 2005 13:50:00 -0000 1.17 *************** *** 133,136 **** --- 133,137 ---- $maximalocal['DEL_CMD'] = "del"; $maximalocal['GNUPLOT_CMD' ] = "wgnuplot"; + // $maximalocal['GNUPLOT_CMD'] = '"c:\Program Files\Maxima-5.9.1\bin\wgnuplot.exe"'; } else { $maximalocal['DEL_CMD'] = "rm"; |