Mercurial > hg > octave-avbm
diff liboctave/Array-util.h @ 7922:935be827eaf8
error for NaN values in & and | expressions
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 11 Jul 2008 14:56:30 -0400 |
parents | 9a4541c622b5 |
children | 7cbe01c21986 |
line wrap: on
line diff
--- a/liboctave/Array-util.h +++ b/liboctave/Array-util.h @@ -89,6 +89,8 @@ extern int OCTAVE_API permute_vector_compare (const void *a, const void *b); +extern void OCTAVE_API gripe_nan_to_logical_conversion (void); + extern void OCTAVE_API gripe_nonconformant (const char *op, int op1_len, int op2_len); extern void OCTAVE_API gripe_nonconformant (const char *op, int op1_nr, int op1_nc,