diff liboctave/chMatrix.h @ 4017:0eb247b9cc9b

[project @ 2002-08-03 04:07:14 by jwe]
author jwe
date Sat, 03 Aug 2002 04:07:15 +0000
parents 6476dd85a65f
children 6e86256e9c54
line wrap: on
line diff
--- a/liboctave/chMatrix.h
+++ b/liboctave/chMatrix.h
@@ -71,8 +71,8 @@
 
   charMatrix extract (int r1, int c1, int r2, int c2) const;
 
-  boolMatrix all (int dim = 0) const;
-  boolMatrix any (int dim = 0) const;
+  boolMatrix all (int dim = -1) const;
+  boolMatrix any (int dim = -1) const;
 
 #if 0
   // i/o