From: Alan W. I. <ai...@us...> - 2003-01-19 03:05:24
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv24111/bindings/octave/demos Modified Files: x08c.m Log Message: AWI bugfix for Joao Cardoso. z(isinf(z)) = -5; changed to: of = do_fortran_indexing; do_fortran_indexing = 1; z(isinf(z)) = -5; do_fortran_indexing = of; As a result of this fix, all octave examples now run on the AWI Debian woody (octave-2.0.16.92-7) system. |