|
From: <bor...@us...> - 2023-03-23 12:07:50
|
Revision: 3802
http://sourceforge.net/p/ftm/code/3802
Author: borghesi
Date: 2023-03-23 12:07:48 +0000 (Thu, 23 Mar 2023)
Log Message:
-----------
ftm.editor: update of ftmdatagui
Modified Paths:
--------------
trunk/ftm/ftmlib/classes/ftmdatagui.c
Modified: trunk/ftm/ftmlib/classes/ftmdatagui.c
===================================================================
--- trunk/ftm/ftmlib/classes/ftmdatagui.c 2023-03-23 12:07:08 UTC (rev 3801)
+++ trunk/ftm/ftmlib/classes/ftmdatagui.c 2023-03-23 12:07:48 UTC (rev 3802)
@@ -2357,7 +2357,7 @@
return mean;
}
static void
-fm_get_means_in_range(fmat_t *mat, int start, int end, int stride, int onset, double *meanPös, double *meanNeg)
+fm_get_means_in_range(fmat_t *mat, int start, int end, int stride, int onset, double *meanPos, double *meanNeg)
{
float *ptr = fmat_get_ptr(mat) + onset;
int size = fmat_get_m(mat) * fmat_get_n(mat);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|