This is just to make sure that the original bug to which this bug report
references is appropriately noticed:

* Dirk Eddelbuettel <[EMAIL PROTECTED]> [2005-01-14 19:29]:

> On Fri, Jan 14, 2005 at 11:15:28AM +0100, Thomas Weber wrote:
> > Package: octave2.1
> > Version: 2.1.64-1
> > Severity: minor
> > 
> > 
> > octave:3> bug_report 
> > Please enter a one-line description of your bug report.
> > 
> > Subject: cross.m doesn't work when warn_resize_on_range_error = 1

Indeed:

octave:1> warn_resize_on_range_error = 0;
octave:2> cross ([1,1,0], [0,1,1])
ans =

   1  -1   1

octave:3> warn_resize_on_range_error = 1;
octave:4> cross ([1,1,0], [0,1,1])
error: resizing object with index = 1 out of bounds
error: assignment failed, or no method for `cell = scalar'
error: evaluating assignment expression near line 76, column 13
error: evaluating for command near line 75, column 3
error: called from `cross' in file 
`/usr/share/octave/2.1.64/m/linear-algebra/cross.m'

-- 
Rafael


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to