From c22801f32c3c459997041fb9ad27bd0ab5de372c Mon Sep 17 00:00:00 2001 From: Peter Carbonetto Date: Thu, 1 Jun 2017 17:27:50 -0500 Subject: Removed FORCE_FLOAT from additional C++ source files. --- src/main.cpp | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index e1fb336..b7ac884 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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,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 . */ #include @@ -21,21 +21,11 @@ #include #include #include - -#include "param.h" - -#ifdef FORCE_FLOAT -#include "gemma_float.h" -#else #include "gemma.h" -#endif using namespace std; - - -int main(int argc, char * argv[]) -{ +int main(int argc, char * argv[]) { GEMMA cGemma; PARAM cPar; @@ -79,8 +69,4 @@ int main(int argc, char * argv[]) cGemma.WriteLog(argc, argv, cPar); - return EXIT_SUCCESS; -} - - - + return EXIT_SUCCESS; } -- cgit v1.2.3