comparison src/ov-base.cc @ 4567:fc30061d01da

[project @ 2003-10-29 20:11:15 by jwe]
author jwe
date Wed, 29 Oct 2003 20:11:16 +0000
parents 69a9b22a72a2
children cb1b4271643c
comparison
equal deleted inserted replaced
4566:30ba814d6700 4567:fc30061d01da
169 169
170 retval = tmp.subsasgn (type, idx, rhs); 170 retval = tmp.subsasgn (type, idx, rhs);
171 } 171 }
172 172
173 return retval; 173 return retval;
174 }
175
176 octave_value
177 octave_base_value::reshape (const dim_vector&) const
178 {
179 gripe_wrong_type_arg ("octave_base_value::reshape ()", type_name ());
180 return octave_value ();
174 } 181 }
175 182
176 octave_value 183 octave_value
177 octave_base_value::convert_to_str_internal (bool, bool) const 184 octave_base_value::convert_to_str_internal (bool, bool) const
178 { 185 {