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

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

[Octave-bug-tracker] [bug #32242] incomplete initialisation of object ar


From: Volkmar Glauche
Subject: [Octave-bug-tracker] [bug #32242] incomplete initialisation of object arrays - follow up to bug #32222
Date: Thu, 27 Jan 2011 09:02:31 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13

Follow-up Comment #3, bug #32242 (project octave):

There is now another problem: loading a .mat file with a cfg_dep object
fails. After a cfg_dep object is created from the command line, load does not
fail anymore. (see attached file)


octave:2> load /tmp/dep.mat
error: feval: first argument must be a string, inline function or a function
handle
warning: call to constructor for class cfg_dep failed
octave:2> d=cfg_dep
 
d = 
 
cfg_dep object: 1-by-1

  scalar structure containing the fields:

    tname = Target
    tgt_exbranch =

      0x0 struct array containing the fields:

        type
        subs

    tgt_input =

      0x0 struct array containing the fields:

        type
        subs

    tgt_spec = {}(0x0)
    jtsubs =

      0x0 struct array containing the fields:

        type
        subs

    sname = Source
    src_exbranch =

      0x0 struct array containing the fields:

        type
        subs

    src_output =

      0x0 struct array containing the fields:

        type
        subs

 
octave:3> load /tmp/dep.mat
octave:4>



(file #22524)
    _______________________________________________________

Additional Item Attachment:

File name: dep.mat                        Size:0 KB


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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