Mercurial > hg > octave-lyh
comparison src/ov-base-scalar.h @ 4661:12b6fbd57436
[project @ 2003-11-25 05:41:35 by jwe]
author | jwe |
---|---|
date | Tue, 25 Nov 2003 05:41:36 +0000 |
parents | 742993a501b9 |
children | 364bbf35dbfa |
comparison
equal
deleted
inserted
replaced
4660:5df5c9c5c166 | 4661:12b6fbd57436 |
---|---|
60 ~octave_base_scalar (void) { } | 60 ~octave_base_scalar (void) { } |
61 | 61 |
62 octave_value subsref (const std::string& type, | 62 octave_value subsref (const std::string& type, |
63 const std::list<octave_value_list>& idx); | 63 const std::list<octave_value_list>& idx); |
64 | 64 |
65 octave_value_list subsref (const std::string& type, | 65 octave_value_list subsref (const std::string&, |
66 const std::list<octave_value_list>& idx, | 66 const std::list<octave_value_list>&, int) |
67 int nargout) | |
68 { | 67 { |
69 panic_impossible (); | 68 panic_impossible (); |
70 return octave_value_list (); | 69 return octave_value_list (); |
71 } | 70 } |
72 | 71 |