Mercurial > hg > octave-nkf
diff src/Cell.cc @ 7209:f06b8150fe56
[project @ 2007-11-28 05:46:58 by jwe]
author | jwe |
---|---|
date | Wed, 28 Nov 2007 05:46:59 +0000 |
parents | a1dbe9d80eee |
children | bb0f2353cff5 |
line wrap: on
line diff
--- a/src/Cell.cc +++ b/src/Cell.cc @@ -57,8 +57,9 @@ // Set size to DV, filling with []. Then fill with as many elements of // SV as possible. + Cell::Cell (const dim_vector& dv, const string_vector& sv, bool trim) - : ArrayN<octave_value> (dv) + : ArrayN<octave_value> (dv, resize_fill_value ()) { octave_idx_type n = sv.length ();