From 079d7deb888936fe174746d1efd7cd7ed6a511dd Mon Sep 17 00:00:00 2001
From: Peter Carbonetto
Date: Fri, 2 Jun 2017 06:42:30 -0500
Subject: Removed FORCE_FLOAT from mathfunc.*
---
src/mathfunc.h | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
(limited to 'src/mathfunc.h')
diff --git a/src/mathfunc.h b/src/mathfunc.h
index 84f3186..b24364b 100644
--- a/src/mathfunc.h
+++ b/src/mathfunc.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
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see .
- */
+*/
#ifndef __MATHFUNC_H__
#define __MATHFUNC_H__
@@ -44,6 +44,7 @@ void KroneckerSym(const gsl_matrix *K, const gsl_matrix *V, gsl_matrix *H);
double UcharToDouble02(const unsigned char c);
unsigned char Double02ToUchar(const double dosage);
-void uchar_matrix_get_row (const vector > &X, const size_t i_row, VectorXd &x_row);
+void uchar_matrix_get_row (const vector > &X,
+ const size_t i_row, VectorXd &x_row);
#endif
--
cgit v1.2.3