diff src/ov-bool-mat.h @ 4543:79df15d4470c

[project @ 2003-10-18 03:53:52 by jwe]
author jwe
date Sat, 18 Oct 2003 03:53:53 +0000
parents 508238e65af7
children 69a9b22a72a2
line wrap: on
line diff
--- a/src/ov-bool-mat.h	Fri Oct 17 04:41:36 2003 +0000
+++ b/src/ov-bool-mat.h	Sat Oct 18 03:53:53 2003 +0000
@@ -104,6 +104,9 @@
   boolMatrix bool_matrix_value (void) const
     { return matrix.matrix_value (); }
 
+  boolNDArray array_value (bool = false) const
+    { return matrix; }
+
   octave_value convert_to_str_internal (bool pad, bool force) const;
 
 protected: