Mercurial > hg > libxtract
changeset 248:4a9a0c872494
Minor formatting change
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Thu, 06 Nov 2014 14:51:23 +0000 |
parents | 1e76914e8907 |
children | f7098c38ec50 5b13897691e8 |
files | xtract/libxtract.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/xtract/libxtract.h Thu Jul 17 16:31:36 2014 +0100 +++ b/xtract/libxtract.h Thu Nov 06 14:51:23 2014 +0000 @@ -32,7 +32,7 @@ * * All feature extraction functions follow the same prototype: * -int xtract_function_name(const double *data, const int N, const void *argv, double *result){ + * **int xtract_function_name(const double *data, const int N, const void *argv, double *result);** * * \param const double *data points to an array of doubles representing the input data * \param const int N represents the number of elementes from *data to be considered in the calculation