Mercurial > hg > libxtract
diff xtract/libxtract.h @ 215:44401945d850
Add xtract_peak() determines whether the 'current' value is a peak
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Tue, 03 Jun 2014 21:17:51 +0100 |
parents | f6fcf3bec020 |
children | 8c768f32a6a8 |
line wrap: on
line diff
--- a/xtract/libxtract.h Tue Jun 03 21:17:07 2014 +0100 +++ b/xtract/libxtract.h Tue Jun 03 21:17:51 2014 +0100 @@ -172,6 +172,7 @@ XTRACT_MALLOC_FAILED, XTRACT_BAD_ARGV, XTRACT_BAD_VECTOR_SIZE, + XTRACT_BAD_STATE, XTRACT_DENORMAL_FOUND, XTRACT_NO_RESULT, /* This usually occurs when the correct calculation cannot take place because required data is missing or would result in a NaN or infinity/-infinity. Under these curcumstances 0.f is usually given by *result */ XTRACT_FEATURE_NOT_IMPLEMENTED,