diff options
Diffstat (limited to 'src/c/statisticsFunctions/max/srowmaxa.c')
-rw-r--r-- | src/c/statisticsFunctions/max/srowmaxa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/statisticsFunctions/max/srowmaxa.c b/src/c/statisticsFunctions/max/srowmaxa.c index ea6c33d6..8f3b30ee 100644 --- a/src/c/statisticsFunctions/max/srowmaxa.c +++ b/src/c/statisticsFunctions/max/srowmaxa.c @@ -10,7 +10,7 @@ * */ #include "statMax.h" -//#include "max.h" + void srowmaxa(float *in, int rows, int columns, float* out) { int i = 0, j = 0; |