Mercurial > hg > octave-nkf
diff src/ov-re-mat.cc @ 2962:5e0fe4c5d52f
[project @ 1997-05-12 03:13:57 by jwe]
author | jwe |
---|---|
date | Mon, 12 May 1997 03:21:56 +0000 |
parents | ac3368dba5d3 |
children | ebbc34ff7f66 |
line wrap: on
line diff
--- a/src/ov-re-mat.cc +++ b/src/ov-re-mat.cc @@ -77,7 +77,7 @@ } octave_value -octave_matrix::index (const octave_value_list& idx) const +octave_matrix::do_index_op (const octave_value_list& idx) const { octave_value retval; @@ -215,7 +215,15 @@ } octave_value -octave_matrix::struct_elt_val (const string& nm, bool silent) const +octave_matrix::do_struct_elt_index_op (const string& nm, + const octave_value_list& idx, + bool silent) +{ + // XXX DO_ME XXX +} + +octave_value +octave_matrix::do_struct_elt_index_op (const string& nm, bool silent) { octave_value retval;