Mercurial > hg > octave-lyh
diff src/ov-scalar.h @ 5885:bd3041e30d97
[project @ 2006-07-14 20:29:35 by jwe]
author | jwe |
---|---|
date | Fri, 14 Jul 2006 20:29:35 +0000 |
parents | ce79d238f142 |
children | b9c45e0cf685 |
line wrap: on
line diff
--- a/src/ov-scalar.h +++ b/src/ov-scalar.h @@ -71,7 +71,8 @@ // undefined), A will be empty instead of a 1x1 object. octave_base_value *empty_clone (void) const { return new octave_matrix (); } - octave_value do_index_op (const octave_value_list& idx, int resize_ok); + octave_value do_index_op (const octave_value_list& idx, + bool resize_ok = false); idx_vector index_vector (void) const { return idx_vector (scalar); }