diff options
author | Peter Carbonetto | 2017-06-01 17:27:50 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-06-01 17:27:50 -0500 |
commit | c22801f32c3c459997041fb9ad27bd0ab5de372c (patch) | |
tree | ce1202a3562d42a8e5198c4c037020e1528f1ce8 /src/bslmmdap.h | |
parent | f28b8531d135a948a5858844c6b6ce2bbfcf6813 (diff) | |
download | pangemma-c22801f32c3c459997041fb9ad27bd0ab5de372c.tar.gz |
Removed FORCE_FLOAT from additional C++ source files.
Diffstat (limited to 'src/bslmmdap.h')
-rw-r--r-- | src/bslmmdap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bslmmdap.h b/src/bslmmdap.h index a9e2d51..7d95db7 100644 --- a/src/bslmmdap.h +++ b/src/bslmmdap.h @@ -1,6 +1,6 @@ /* Genome-wide Efficient Mixed Model Association (GEMMA) - Copyright (C) 2011-2017 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 <http://www.gnu.org/licenses/>. - */ +*/ #ifndef __BSLMMDAP_H__ #define __BSLMMDAP_H__ |