diff options
author | Peter Carbonetto | 2017-05-31 15:12:19 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-05-31 15:12:19 -0500 |
commit | f28b8531d135a948a5858844c6b6ce2bbfcf6813 (patch) | |
tree | 0843cf7823dc84a3bae5b89fce84951066e788c9 /src/bslmm.h | |
parent | 38de84d5d6e72728c06a57f8eeea0bb975f7192e (diff) | |
download | pangemma-f28b8531d135a948a5858844c6b6ce2bbfcf6813.tar.gz |
Removed WITH_LAPACK compile/build option.
Diffstat (limited to 'src/bslmm.h')
-rw-r--r-- | src/bslmm.h | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/src/bslmm.h b/src/bslmm.h index 8b5edc7..863a22d 100644 --- a/src/bslmm.h +++ b/src/bslmm.h @@ -1,6 +1,6 @@ /* Genome-wide Efficient Mixed Model Association (GEMMA) - Copyright (C) 2011 Xiang Zhou + Copyright (C) 2011-2017 Xiang Zhou This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -13,7 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <http://www.gnu.org/licenses/>. */ @@ -25,24 +25,14 @@ #include <gsl/gsl_rng.h> #include <gsl/gsl_randist.h> -#ifdef FORCE_FLOAT -#include "param_float.h" -#else #include "param.h" -#endif - using namespace std; - - - - - class BSLMM { public: - // IO related parameters + // IO-related parameters. int a_mode; size_t d_pace; |