Mercurial > hg > octave-lyh
comparison liboctave/lo-array-gripes.h @ 11586:12df7854fa7c
strip trailing whitespace from source files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:24:59 -0500 |
parents | fd0a3ac60b0e |
children | 72c96de7a403 |
comparison
equal
deleted
inserted
replaced
11585:1473d0cf86d2 | 11586:12df7854fa7c |
---|---|
50 extern void OCTAVE_API | 50 extern void OCTAVE_API |
51 gripe_nonconformant (const char *op, const dim_vector& op1_dims, | 51 gripe_nonconformant (const char *op, const dim_vector& op1_dims, |
52 const dim_vector& op2_dims); | 52 const dim_vector& op2_dims); |
53 | 53 |
54 extern void OCTAVE_API | 54 extern void OCTAVE_API |
55 gripe_index_out_of_range (int nd, int dim, | 55 gripe_index_out_of_range (int nd, int dim, |
56 octave_idx_type iext, octave_idx_type ext); | 56 octave_idx_type iext, octave_idx_type ext); |
57 | 57 |
58 extern void OCTAVE_API | 58 extern void OCTAVE_API |
59 gripe_del_index_out_of_range (bool is1d, octave_idx_type iext, | 59 gripe_del_index_out_of_range (bool is1d, octave_idx_type iext, |
60 octave_idx_type ext); | 60 octave_idx_type ext); |
61 | 61 |
62 extern void OCTAVE_API | 62 extern void OCTAVE_API |
63 gripe_invalid_index (void); | 63 gripe_invalid_index (void); |
64 | 64 |