aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-09-21 14:09:21 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:59 +0100
commitdbd7584014bd221bc3b9af6d3432888b6a3aba91 (patch)
tree0e6743d559ec98de375edfd898eec8dbfaecdf96 /src
parent216e9684f5d2e7478f44f0d467d6532314710adb (diff)
Remove printf
Diffstat (limited to 'src')
-rw-r--r--src/statistics.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/statistics.c b/src/statistics.c
index 5b9d3aab..38dd898e 100644
--- a/src/statistics.c
+++ b/src/statistics.c
@@ -462,9 +462,6 @@ double stat_pearson_i(const double *ref1, const double *ref2,
vec1[i] = i1;
vec2[i] = i2;
-
- printf("%f %f\n", i1, i2);
-
}
val = gsl_stats_correlation(vec1, 1, vec2, 1, i);