diff options
Diffstat (limited to 'src/delta.c')
-rw-r--r-- | src/delta.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/delta.c b/src/delta.c index 25d380b..b1effd0 100644 --- a/src/delta.c +++ b/src/delta.c @@ -26,6 +26,7 @@ int xtract_flux(const float *data, const int N, const void *argv , float *result){ + /* FIX: don't be lazy -- take the lnorm of the difference vector! */ return xtract_lnorm(data, N, argv, result); } |