diff src/ov-ch-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-ch-mat.h	Fri Oct 17 04:41:36 2003 +0000
+++ b/src/ov-ch-mat.h	Sat Oct 18 03:53:53 2003 +0000
@@ -106,6 +106,9 @@
   charMatrix char_matrix_value (bool = false) const
     { return matrix.matrix_value (); }
 
+  charNDArray array_value (bool = false) const
+    { return matrix; }
+
   octave_value convert_to_str_internal (bool, bool) const
     { return octave_value (matrix.matrix_value (), true); }