Mercurial > hg > octave-lyh
diff src/ov.cc @ 3544:71bd2d124119
[project @ 2000-02-02 21:02:31 by jwe]
author | jwe |
---|---|
date | Wed, 02 Feb 2000 21:02:41 +0000 |
parents | e8fbc8c3d6d9 |
children | 6dfdded73a7e |
line wrap: on
line diff
--- a/src/ov.cc +++ b/src/ov.cc @@ -550,9 +550,9 @@ } octave_value_list -octave_value::do_index_op (int nargout, const octave_value_list& idx) +octave_value::do_multi_index_op (int nargout, const octave_value_list& idx) { - return rep->do_index_op (nargout, idx); + return rep->do_multi_index_op (nargout, idx); } static void