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

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

[Octave-patch-tracker] [patch #7420] skewness.m: initialise the output f


From: John W. Eaton
Subject: [Octave-patch-tracker] [patch #7420] skewness.m: initialise the output from the input
Date: Wed, 22 Dec 2010 08:17:53 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101028 Iceweasel/3.5.15 (like Firefox/3.5.15)

Update of patch #7420 (project octave):

                  Status:                    None => Done                   
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

It seems that the simpler change of

retval = zeros (sz, class (x))

in place of 

retval = zeros (sz)

also works, so I checked in that change instead.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?7420>

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




reply via email to

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