comparison src/ov-range.cc @ 2974:ebbc34ff7f66

[project @ 1997-05-15 19:36:16 by jwe]
author jwe
date Thu, 15 May 1997 19:42:59 +0000
parents 5e0fe4c5d52f
children bc61b0e8d60e
comparison
equal deleted inserted replaced
2973:ef3379196bcf 2974:ebbc34ff7f66
84 84
85 return retval; 85 return retval;
86 } 86 }
87 87
88 octave_value 88 octave_value
89 octave_range::do_index_op (const octave_value_list& idx) const 89 octave_range::do_index_op (const octave_value_list& idx)
90 { 90 {
91 // XXX FIXME XXX -- this doesn't solve the problem of 91 // XXX FIXME XXX -- this doesn't solve the problem of
92 // 92 //
93 // a = 1:5; a(1, 1, 1) 93 // a = 1:5; a(1, 1, 1)
94 // 94 //