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

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

[Octave-bug-tracker] [bug #32591] matrix type confusion in cellfun


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #32591] matrix type confusion in cellfun
Date: Wed, 06 Apr 2011 14:47:55 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13

Follow-up Comment #2, bug #32591 (project octave):

And the problem is around line 1846 in src/ov-fcn-handle.cc


if (head_id->is_defined ())
   root_val = head_id->rvalue1 ();


If you give up the optimization and put


if (head_id->is_defined ())
   bad = true;


then everything works again. I hope this helps someone else to make a proper
fix.

Marco

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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