Mercurial > hg > octave-nkf
comparison liboctave/Array-util.h @ 11129:0de5cc44e690
use gripe functions for NaN to logical and NaN to character conversions more consistently
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 21 Oct 2010 16:12:00 -0400 |
parents | 8645b7087859 |
children | 7c573eb981eb |
comparison
equal
deleted
inserted
replaced
11128:9cb5c0b7b43b | 11129:0de5cc44e690 |
---|---|
110 | 110 |
111 extern OCTAVE_API const char *error_id_invalid_index; | 111 extern OCTAVE_API const char *error_id_invalid_index; |
112 | 112 |
113 extern void OCTAVE_API gripe_nan_to_logical_conversion (void); | 113 extern void OCTAVE_API gripe_nan_to_logical_conversion (void); |
114 | 114 |
115 extern void OCTAVE_API gripe_nan_to_character_conversion (void); | |
116 | |
115 extern void OCTAVE_API gripe_nonconformant (const char *op, int op1_len, int op2_len); | 117 extern void OCTAVE_API gripe_nonconformant (const char *op, int op1_len, int op2_len); |
116 | 118 |
117 extern void OCTAVE_API gripe_nonconformant (const char *op, int op1_nr, int op1_nc, | 119 extern void OCTAVE_API gripe_nonconformant (const char *op, int op1_nr, int op1_nc, |
118 int op2_nr, int op2_nc); | 120 int op2_nr, int op2_nc); |
119 | 121 |