From f28b8531d135a948a5858844c6b6ce2bbfcf6813 Mon Sep 17 00:00:00 2001
From: Peter Carbonetto
Date: Wed, 31 May 2017 15:12:19 -0500
Subject: Removed WITH_LAPACK compile/build option.
---
src/bslmm.h | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)
(limited to 'src/bslmm.h')
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 .
+ along with this program. If not, see .
*/
@@ -25,24 +25,14 @@
#include
#include
-#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;
--
cgit v1.2.3