Mercurial > hg > octave-lyh
comparison liboctave/Array-util.h @ 10486:4e64fbbd5c58
allow non-integer values in ranges used for array indexing
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 02 Apr 2010 14:28:34 -0400 |
parents | 0677c5d80b77 |
children | d47802f0e557 |
comparison
equal
deleted
inserted
replaced
10485:b4e14e628fc9 | 10486:4e64fbbd5c58 |
---|---|
112 octave_idx_type iext, octave_idx_type ext); | 112 octave_idx_type iext, octave_idx_type ext); |
113 | 113 |
114 extern void OCTAVE_API gripe_del_index_out_of_range (bool is1d, octave_idx_type iext, | 114 extern void OCTAVE_API gripe_del_index_out_of_range (bool is1d, octave_idx_type iext, |
115 octave_idx_type ext); | 115 octave_idx_type ext); |
116 | 116 |
117 extern void OCTAVE_API gripe_invalid_index (void); | 117 extern void OCTAVE_API gripe_invalid_index (bool err = true); |
118 | 118 |
119 extern void OCTAVE_API gripe_invalid_resize (void); | 119 extern void OCTAVE_API gripe_invalid_resize (void); |
120 | 120 |
121 #endif | 121 #endif |