diff src/Cell.h @ 5570:3074a549d644

[project @ 2005-12-08 21:01:50 by jwe]
author jwe
date Thu, 08 Dec 2005 21:01:50 +0000
parents 4c8a2e4e0717
children dfa2da0563e5
line wrap: on
line diff
--- a/src/Cell.h	Thu Dec 08 16:57:31 2005 +0000
+++ b/src/Cell.h	Thu Dec 08 21:01:50 2005 +0000
@@ -90,6 +90,8 @@
   Cell reshape (const dim_vector& new_dims) const
     { return ArrayN<octave_value>::reshape (new_dims); }
 
+  Cell column (octave_idx_type i) const;
+
   // XXX FIXME XXX
   boolMatrix all (int /* dim */ = 0) const { return boolMatrix (); }