Mercurial > hg > octave-lyh
diff src/ov-str-mat.h @ 5890:078f5b203e92
[project @ 2006-07-15 13:00:42 by jwe]
author | jwe |
---|---|
date | Sat, 15 Jul 2006 13:00:43 +0000 |
parents | b9676944b7a2 |
children | cdef72fcd206 |
line wrap: on
line diff
--- a/src/ov-str-mat.h +++ b/src/ov-str-mat.h @@ -207,7 +207,7 @@ octave_value permute (const Array<int>& vec, bool inv = false) const { return octave_value (charNDArray (matrix.permute (vec, inv)), true, '\''); } - octave_value resize (const dim_vector& dv, bool fill = false) const + octave_value resize (const dim_vector& dv, bool = false) const { charNDArray retval (matrix); retval.resize (dv);