summaryrefslogtreecommitdiff
path: root/src/c/statisticsFunctions/max/smaxa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/statisticsFunctions/max/smaxa.c')
-rw-r--r--src/c/statisticsFunctions/max/smaxa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/statisticsFunctions/max/smaxa.c b/src/c/statisticsFunctions/max/smaxa.c
index f47fcff..03b4cf1 100644
--- a/src/c/statisticsFunctions/max/smaxa.c
+++ b/src/c/statisticsFunctions/max/smaxa.c
@@ -9,8 +9,8 @@
* http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
*
*/
-
#include "statMax.h"
+//#include "max.h"
float smaxa(float *in, int size) {
float out = in[0];