aboutsummaryrefslogtreecommitdiff
path: root/src/bslmmdap.h
diff options
context:
space:
mode:
authorPeter Carbonetto2017-05-31 15:12:19 -0500
committerPeter Carbonetto2017-05-31 15:12:19 -0500
commitf28b8531d135a948a5858844c6b6ce2bbfcf6813 (patch)
tree0843cf7823dc84a3bae5b89fce84951066e788c9 /src/bslmmdap.h
parent38de84d5d6e72728c06a57f8eeea0bb975f7192e (diff)
downloadpangemma-f28b8531d135a948a5858844c6b6ce2bbfcf6813.tar.gz
Removed WITH_LAPACK compile/build option.
Diffstat (limited to 'src/bslmmdap.h')
-rw-r--r--src/bslmmdap.h18
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;