From bbdcfe44da4011574dabb19b4f83e2ab199c667a Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Tue, 10 Dec 2019 12:35:50 +0100 Subject: [PATCH] Remove traces in functions.c --- pkg/src/functions.c | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/pkg/src/functions.c b/pkg/src/functions.c index 68f1b79..f311a34 100644 --- a/pkg/src/functions.c +++ b/pkg/src/functions.c @@ -54,24 +54,13 @@ void Moments_M3(double* X, double* Y, int* pn, int* pd, double* M3) } } -#include - // W = 1/N sum( t(g(Zi,theta)) g(Zi,theta) ) // with g(Zi, theta) = i-th contribution to all moments (size dim) - real moments void Compute_Omega(double* X, double* Y, double* M, int* pn, int* pd, double* W) { int n=*pn, d=*pd; int dim = d + d*d + d*d*d; - -//printf("X: \n"); -//for (int kk=0; kk