changeset 5569:f7b4dfd541d1

[project @ 2005-12-08 16:57:31 by jwe]
author jwe
date Thu, 08 Dec 2005 16:57:31 +0000
parents e9cde940b271
children 3074a549d644
files scripts/general/blkdiag.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/blkdiag.m
+++ b/scripts/general/blkdiag.m
@@ -37,7 +37,7 @@
   endif
 
   ## Note: trailing singletons are automatically (correctly) ignored.
-  if (! all (cellfun (@ndims, varargin) == 2))
+  if (! all (cellfun ("ndims", varargin) == 2))
     error ("all of the arguments to blkdiag must be two-dimensional matrices");
   endif