comparison src/ov-range.h @ 5900:c20eb7330d13

[project @ 2006-07-22 08:31:16 by jwe]
author jwe
date Sat, 22 Jul 2006 08:31:17 +0000
parents da843f35775c
children c038c2947ee1
comparison
equal deleted inserted replaced
5899:82c38ce145a7 5900:c20eb7330d13
204 204
205 return os.write (matrix_value (), block_size, output_type, skip, 205 return os.write (matrix_value (), block_size, output_type, skip,
206 flt_fmt); 206 flt_fmt);
207 } 207 }
208 208
209 mxArray *as_mxArray (void) const;
210
209 private: 211 private:
210 212
211 Range range; 213 Range range;
212 214
213 DECLARE_OCTAVE_ALLOCATOR 215 DECLARE_OCTAVE_ALLOCATOR