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: John W. Eaton
Subject: [Octave-bug-tracker] [bug #32242] incomplete initialisation of object arrays - follow up to bug #32222
Date: Thu, 27 Jan 2011 11:21:36 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110107 Iceweasel/3.5.16 (like Firefox/3.5.16)

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

I checked in an additional changeset:

http://hg.savannah.gnu.org/hgweb/octave/rev/88ff30dcc048

With it, I see


octave:1> test_job;
octave:2> tmp = matlabbatch;
octave:3> clear matlabbatch
octave:4> who
Variables in the current scope:

ans  tmp

octave:5> load test_job.mat
octave:6> who
Variables in the current scope:

ans          matlabbatch  tmp

octave:7> isequal (tmp, matlabbatch)
ans =  1


So maybe this will fix the problem for you.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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