diff src/Cell.h @ 4901:35bfb4e0b96b

[project @ 2004-06-14 18:33:02 by jwe]
author jwe
date Mon, 14 Jun 2004 18:33:02 +0000
parents d3bd9c04147f
children c638c144d4da
line wrap: on
line diff
--- a/src/Cell.h	Tue Jun 08 15:13:22 2004 +0000
+++ b/src/Cell.h	Mon Jun 14 18:33:02 2004 +0000
@@ -90,6 +90,9 @@
   Cell& assign (const octave_value_list& idx, const Cell& rhs,
 		const octave_value& fill_val = octave_value ());
 
+  Cell reshape (const dim_vector& new_dims) const
+    { return ArrayN<octave_value>::reshape (new_dims); }
+
   // XXX FIXME XXX
   boolMatrix all (int dim = 0) const { return boolMatrix (); }