Mercurial > hg > octave-nkf
diff src/oct-obj.h @ 3933:f9ea3dcf58ee
[project @ 2002-05-15 03:21:00 by jwe]
author | jwe |
---|---|
date | Wed, 15 May 2002 03:21:01 +0000 |
parents | 2e2e32198722 |
children | 6e86256e9c54 |
line wrap: on
line diff
--- a/src/oct-obj.h +++ b/src/oct-obj.h @@ -111,6 +111,8 @@ return *this; } + bool valid_scalar_indices (void) const; + // Assignment will resize on range errors. octave_value& operator () (int n) { return elem (n); } @@ -136,7 +138,7 @@ octave_value_list splice (int offset, int length, const octave_value_list& lst) const; - octave_value_list index (idx_vector& i) const; + octave_value_list index (idx_vector& i, int resize_ok = 0) const; octave_value_list& assign (const idx_vector& i, const octave_value_list& rhs);