aboutsummaryrefslogtreecommitdiff
path: root/src/bslmm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bslmm.h')
-rw-r--r--src/bslmm.h16
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;