From d222159e9629f50aed78b8ecc42faef33ee96e1a Mon Sep 17 00:00:00 2001 From: xiangzhou Date: Mon, 23 May 2016 17:17:22 -0400 Subject: version 0.95alpha --- src/gemma.cpp | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'src/gemma.cpp') diff --git a/src/gemma.cpp b/src/gemma.cpp index 3b9fe29..55eb1ee 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -43,7 +43,7 @@ #include "lmm_float.h" //for LMM class, and functions CalcLambda, CalcPve, CalcVgVe #include "mvlmm_float.h" //for MVLMM class #include "prdt_float.h" //for PRDT class -#include "varcov_float.h" //for MVLMM class + #include "mathfunc_float.h" //for a few functions #else #include "io.h" @@ -51,11 +51,11 @@ #include "vc.h" #include "lm.h" #include "bslmm.h" -#include "ldr.h" + #include "lmm.h" #include "mvlmm.h" #include "prdt.h" -#include "varcov.h" + #include "mathfunc.h" #endif @@ -1351,6 +1351,7 @@ void GEMMA::BatchRun (PARAM &cPar) gsl_matrix_free (G); } + /* //Compute the LDSC weights (not implemented yet) if (cPar.a_mode==72) { cout<<"Calculating Weights ... "<