summaryrefslogtreecommitdiff
path: root/src/c/statisticsFunctions/stdevf/srowstdevfa.c
diff options
context:
space:
mode:
authorsimon2009-08-04 14:49:49 +0000
committersimon2009-08-04 14:49:49 +0000
commit3b470c8327bdafb133a11f5e7257ccb270f8c1c9 (patch)
tree41c9438f2a39f7915f75bf3da8b24f626a63d700 /src/c/statisticsFunctions/stdevf/srowstdevfa.c
parentbe8c66b26fa69a8078ee369f0af5fb9372f95293 (diff)
downloadscilab2c-3b470c8327bdafb133a11f5e7257ccb270f8c1c9.tar.gz
scilab2c-3b470c8327bdafb133a11f5e7257ccb270f8c1c9.tar.bz2
scilab2c-3b470c8327bdafb133a11f5e7257ccb270f8c1c9.zip
added stdevf functions , interfaces , header, tests , everything
Diffstat (limited to 'src/c/statisticsFunctions/stdevf/srowstdevfa.c')
-rw-r--r--src/c/statisticsFunctions/stdevf/srowstdevfa.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/c/statisticsFunctions/stdevf/srowstdevfa.c b/src/c/statisticsFunctions/stdevf/srowstdevfa.c
index 486111b6..337b80e3 100644
--- a/src/c/statisticsFunctions/stdevf/srowstdevfa.c
+++ b/src/c/statisticsFunctions/stdevf/srowstdevfa.c
@@ -14,7 +14,6 @@
#include "stdevf.h"
#include "meanf.h"
-#include <stdio.h>
void srowstdevfa(float *in1, int lines, int columns, float *in2, float* out){
int i = 0;
@@ -24,7 +23,6 @@ void srowstdevfa(float *in1, int lines, int columns, float *in2, float* out){
float accumulateFre = 0.0f ;
srowmeanfa(in1, lines, columns, in2, out );
-printf ("\nmfwerfwerfwefwef \n" );
/*we first multiply each cell of the input matrix by its coefficient*/
for (j = 0; j < columns; ++j)