octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

2.1.53 - invalid structure assignment


From: John W. Eaton
Subject: 2.1.53 - invalid structure assignment
Date: Mon, 2 Feb 2004 12:42:50 -0600

On 29-Jan-2004, Paul Kienzle <address@hidden> wrote:

| The following was working in 2.1.52, but stopped in 2.1.53
| 
| octave> x(1).a = 1; x(2).a = 2; x(2).b = 3;
| octave> x([])
| error: invalid structure assignment
| octave> x(1:2)
| error: invalid structure assignment

I think the patch I just posted to the bug-octave list also fixes this
problem.

Thanks,

jwe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]