diff src/ov-struct.h @ 4936:e63617efbd3f

[project @ 2004-08-06 16:18:17 by jwe]
author jwe
date Fri, 06 Aug 2004 16:18:18 +0000
parents 62f2fb593455
children 48d0defe9445
line wrap: on
line diff
--- a/src/ov-struct.h
+++ b/src/ov-struct.h
@@ -93,6 +93,9 @@
   octave_value reshape (const dim_vector& new_dims) const
     { return map.reshape (new_dims); }
 
+  octave_value resize (const dim_vector& dv) const
+    { return map.resize (dv); }
+
   bool is_defined (void) const { return true; }
 
   bool is_constant (void) const { return true; }