Mercurial > hg > octave-nkf
diff src/Cell.h @ 5805:5bfb24f90bdd
[project @ 2006-05-10 21:15:37 by jwe]
author | jwe |
---|---|
date | Wed, 10 May 2006 21:15:37 +0000 |
parents | ace8d8d26933 |
children | b64fb24bf4a0 |
line wrap: on
line diff
--- a/src/Cell.h +++ b/src/Cell.h @@ -65,7 +65,7 @@ Cell (const Array<octave_value>& c, octave_idx_type nr, octave_idx_type nc) : ArrayN<octave_value> (c, dim_vector (nr, nc)) { } - Cell (const string_vector& sv); + Cell (const string_vector& sv, bool trim = false); Cell (const Cell& c) : ArrayN<octave_value> (c) { }