[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Patch: prod(size(x)) -> numel(x)
From: |
John W. Eaton |
Subject: |
Patch: prod(size(x)) -> numel(x) |
Date: |
Sat, 06 Oct 2007 08:46:59 -0400 |
On 6-Oct-2007, Bill Denney wrote:
| I haven't been able to work much recently, but I just noticed 2.9.14
| came out and I glanced through the sources for my favorite "bug". Here
| is a patch that removes all uses of prod(size(x)) and replaces them with
| numel(x).
Hi!
I applied this patch.
Thanks,
jwe