summaryrefslogtreecommitdiff
path: root/2.3-1/src/c/statisticsFunctions/max/srowmaxa.c
diff options
context:
space:
mode:
authorsiddhu89902015-11-28 11:21:19 +0530
committersiddhu89902015-11-28 11:21:19 +0530
commit3eeb9f450ed9360a4d84e64fa8bee9be2fafb5c7 (patch)
treeaabbd1a190c49ba6f4ad953dfe50daf22916b7a7 /2.3-1/src/c/statisticsFunctions/max/srowmaxa.c
parent128638e88ce6d8414c9e1061faa96008be9bcda5 (diff)
parentfd8c4f9bc0763e85c16a59c7639803fd09663281 (diff)
downloadScilab2C-3eeb9f450ed9360a4d84e64fa8bee9be2fafb5c7.tar.gz
Scilab2C-3eeb9f450ed9360a4d84e64fa8bee9be2fafb5c7.tar.bz2
Scilab2C-3eeb9f450ed9360a4d84e64fa8bee9be2fafb5c7.zip
Merge branch 'master' of https://github.com/siddhu8990/Scilab2C
Diffstat (limited to '2.3-1/src/c/statisticsFunctions/max/srowmaxa.c')
-rw-r--r--2.3-1/src/c/statisticsFunctions/max/srowmaxa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/2.3-1/src/c/statisticsFunctions/max/srowmaxa.c b/2.3-1/src/c/statisticsFunctions/max/srowmaxa.c
index c87ccf7f..ea6c33d6 100644
--- a/2.3-1/src/c/statisticsFunctions/max/srowmaxa.c
+++ b/2.3-1/src/c/statisticsFunctions/max/srowmaxa.c
@@ -9,8 +9,8 @@
* http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
*
*/
-
#include "statMax.h"
+//#include "max.h"
void srowmaxa(float *in, int rows, int columns, float* out) {
int i = 0, j = 0;