comparison src/ov-mapper.h @ 4654:a9b22513b7a6

[project @ 2003-11-24 18:56:35 by jwe]
author jwe
date Mon, 24 Nov 2003 18:56:35 +0000
parents bd2067547b40
children 12b6fbd57436
comparison
equal deleted inserted replaced
4653:14ab7b05a572 4654:a9b22513b7a6
64 lower_limit (ll), upper_limit (ul), ch_map_flag (cmf), 64 lower_limit (ll), upper_limit (ul), ch_map_flag (cmf),
65 can_ret_cmplx_for_real (crcfr) { } 65 can_ret_cmplx_for_real (crcfr) { }
66 66
67 ~octave_mapper (void) { } 67 ~octave_mapper (void) { }
68 68
69 octave_function *function_value (bool) { return this; } 69 octave_function *function_value (bool = false) { return this; }
70 70
71 octave_value subsref (const std::string& type, 71 octave_value subsref (const std::string& type,
72 const std::list<octave_value_list>& idx) 72 const std::list<octave_value_list>& idx)
73 { 73 {
74 panic_impossible (); 74 panic_impossible ();