From 60f86db94ee2b4f826300cb0e73cb658ac7bdfd8 Mon Sep 17 00:00:00 2001 From: xiangzhou Date: Sun, 24 Jul 2016 15:58:31 -0400 Subject: version 0.95alpha --- src/gemma.cpp | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'src/gemma.cpp') diff --git a/src/gemma.cpp b/src/gemma.cpp index 55eb1ee..c85670d 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 @@ -65,7 +65,7 @@ using namespace std; GEMMA::GEMMA(void): -version("0.95alpha"), date("07/11/2015"), year("2011") +version("0.95alpha"), date("07/24/2016"), year("2011") {} void GEMMA::PrintHeader (void) @@ -1351,7 +1351,6 @@ void GEMMA::BatchRun (PARAM &cPar) gsl_matrix_free (G); } - /* //Compute the LDSC weights (not implemented yet) if (cPar.a_mode==72) { cout<<"Calculating Weights ... "<