Mercurial > hg > octave-lyh
diff src/ov-str-mat.h @ 8168:dadf478ddc42
fix empty string assignment
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 30 Sep 2008 09:19:43 +0200 |
parents | 26d8a92644de |
children | c777f3ce02d8 |
line wrap: on
line diff
--- a/src/ov-str-mat.h +++ b/src/ov-str-mat.h @@ -91,8 +91,6 @@ bool resize_ok = false) { return do_index_op_internal (idx, resize_ok); } - void assign (const octave_value_list& idx, const charMatrix& rhs); - octave_value reshape (const dim_vector& new_dims) const { return octave_value (charNDArray (matrix.reshape (new_dims)), true); }