Mercurial > hg > octave-nkf
diff src/ov-intx.h @ 5885:bd3041e30d97
[project @ 2006-07-14 20:29:35 by jwe]
author | jwe |
---|---|
date | Fri, 14 Jul 2006 20:29:35 +0000 |
parents | 93785a1b0f97 |
children | b9c45e0cf685 |
line wrap: on
line diff
--- a/src/ov-intx.h +++ b/src/ov-intx.h @@ -174,7 +174,8 @@ octave_base_value *empty_clone (void) const { return new OCTAVE_VALUE_INT_SCALAR_T (); } - 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) { octave_value retval;