diff src/ov-intx.h @ 4938:703d97b89507

[project @ 2004-08-09 20:21:59 by jwe]
author jwe
date Mon, 09 Aug 2004 20:21:59 +0000
parents c638c144d4da
children 44046bbaa52c
line wrap: on
line diff
--- a/src/ov-intx.h	Fri Aug 06 16:21:20 2004 +0000
+++ b/src/ov-intx.h	Mon Aug 09 20:21:59 2004 +0000
@@ -71,6 +71,8 @@
       return retval;
     }
 
+  idx_vector index_vector (void) const { return idx_vector (matrix); }
+
 private:
 
   DECLARE_OCTAVE_ALLOCATOR
@@ -119,6 +121,8 @@
       return retval;
     }
 
+  idx_vector index_vector (void) const { return idx_vector (scalar); }
+
 private:
 
   DECLARE_OCTAVE_ALLOCATOR