From: Benjamin Auder Date: Tue, 10 Dec 2019 11:35:50 +0000 (+0100) Subject: Remove traces in functions.c X-Git-Url: https://git.auder.net/?p=morpheus.git;a=commitdiff_plain;h=bbdcfe44da4011574dabb19b4f83e2ab199c667a Remove traces in functions.c --- 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