From: Rafael L. <rla...@us...> - 2004-01-21 22:17:40
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv32254/bindings/octave/PLplot Modified Files: plplot_octave_path.m.in Log Message: Changed boolean operation OR from element-by-element to short-circuit (as it was intended to be, originally). This was causing an error in Octave 2.1.50. |