diff src/ov-ch-mat.h @ 5267:2969ccb6ff71

[project @ 2005-04-05 19:11:28 by jwe]
author jwe
date Tue, 05 Apr 2005 19:11:28 +0000
parents e35b034d3523
children bd32f770c09a
line wrap: on
line diff
--- a/src/ov-ch-mat.h	Tue Apr 05 15:49:50 2005 +0000
+++ b/src/ov-ch-mat.h	Tue Apr 05 19:11:28 2005 +0000
@@ -79,6 +79,9 @@
   octave_value *clone (void) const { return new octave_char_matrix (*this); }
   octave_value *empty_clone (void) const { return new octave_char_matrix (); }
 
+  idx_vector index_vector (void) const
+    { return idx_vector (array_value (true)); }
+
   bool is_char_matrix (void) const { return true; }
   bool is_real_matrix (void) const { return true; }