diff options
Diffstat (limited to 'src/bslmmdap.h')
-rw-r--r-- | src/bslmmdap.h | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/src/bslmmdap.h b/src/bslmmdap.h index ac78f97..a9e2d51 100644 --- a/src/bslmmdap.h +++ b/src/bslmmdap.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,10 +13,9 @@ 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/>. */ - #ifndef __BSLMMDAP_H__ #define __BSLMMDAP_H__ @@ -24,25 +23,14 @@ #include <map> #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 BSLMMDAP { public: - // IO related parameters + // IO-related parameters. int a_mode; size_t d_pace; |