From 93a7a2adb03f61e80badf6a5004fa4850dbb7d48 Mon Sep 17 00:00:00 2001
From: Peter Carbonetto
Date: Wed, 7 Jun 2017 23:23:35 -0500
Subject: Removed FORCE_FLOAT from a few more files.
---
src/gemma.h | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
(limited to 'src/gemma.h')
diff --git a/src/gemma.h b/src/gemma.h
index acb1309..8393470 100644
--- a/src/gemma.h
+++ b/src/gemma.h
@@ -1,6 +1,6 @@
/*
- Genome-wide Efficient Mixed Model Association (GEMMA)
- Copyright (C) 2011 Xiang Zhou
+ Genome-wide Efficient Mixed Model Association (GEMMA)
+ 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,32 +13,28 @@
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 .
*/
#ifndef __GEMMA_H__
#define __GEMMA_H__
-#ifdef FORCE_FLOAT
-#include "param_float.h"
-#else
#include "param.h"
-#endif
using namespace std;
class GEMMA {
public:
- //parameters
+ // Parameters.
string version;
string date;
string year;
- //constructor
+ // Constructor.
GEMMA(void);
- //functions
+ // Functions.
void PrintHeader (void);
void PrintHelp (size_t option);
void PrintLicense (void);
@@ -47,6 +43,5 @@ public:
void WriteLog (int argc, char **argv, PARAM &cPar);
};
-
#endif
--
cgit v1.2.3