octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #35841] error assigning value to multi-dim str


From: Rik
Subject: [Octave-bug-tracker] [bug #35841] error assigning value to multi-dim struct
Date: Wed, 14 Mar 2012 18:58:28 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

Update of bug #35841 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Confirmed on a recent development tip.

This bug is most likely related to singleton dimensions.

The following works which uses only two dimensions


a(1,1).b(1) = 2;
a(1,1).b(1) = 3;


And the reporter has already shown that if the final index is not a singleton
then the code works correctly.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35841>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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