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

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

[Octave-bug-tracker] [bug #32071] isequal with objects


From: Pascal Dupuis
Subject: [Octave-bug-tracker] [bug #32071] isequal with objects
Date: Fri, 07 Jan 2011 10:49:28 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13

Follow-up Comment #1, bug #32071 (project octave):

The problems lies in __isequal__.m, line 75:

 s_v = cellfun (@size, varargin, "UniformOutput", false);

The correct invocation is

   s_v = cellfun (@(x) size(x), varargin, "UniformOutput", false);

John, I enclose a patch: could you please apply ?

Regards



(file #22369)
    _______________________________________________________

Additional Item Attachment:

File name: __isequal__.m.pat              Size:0 KB


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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