comparison src/ov-range.h @ 5885:bd3041e30d97

[project @ 2006-07-14 20:29:35 by jwe]
author jwe
date Fri, 14 Jul 2006 20:29:35 +0000
parents ace8d8d26933
children b9c45e0cf685
comparison
equal deleted inserted replaced
5884:9a5a0d5ef82a 5885:bd3041e30d97
91 { 91 {
92 panic_impossible (); 92 panic_impossible ();
93 return octave_value_list (); 93 return octave_value_list ();
94 } 94 }
95 95
96 octave_value do_index_op (const octave_value_list& idx, int resize_ok); 96 octave_value do_index_op (const octave_value_list& idx,
97 97 bool resize_ok = false);
98 octave_value do_index_op (const octave_value_list& idx)
99 { return do_index_op (idx, 0); }
100 98
101 idx_vector index_vector (void) const { return idx_vector (range); } 99 idx_vector index_vector (void) const { return idx_vector (range); }
102 100
103 dim_vector dims (void) const 101 dim_vector dims (void) const
104 { 102 {