From 421355faac3b1aae1fb165fd99ff8f393d3c492a Mon Sep 17 00:00:00 2001
From: DannyArends
Date: Wed, 28 Feb 2018 16:22:03 +0100
Subject: io.h is a std lib function for MinGW64, renamed it to gemma_io.h
---
src/gemma_io.cpp | 4080 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/gemma_io.h | 187 +++
src/io.cpp | 4080 ------------------------------------------------------
src/io.h | 187 ---
4 files changed, 4267 insertions(+), 4267 deletions(-)
create mode 100644 src/gemma_io.cpp
create mode 100644 src/gemma_io.h
delete mode 100644 src/io.cpp
delete mode 100644 src/io.h
(limited to 'src')
diff --git a/src/gemma_io.cpp b/src/gemma_io.cpp
new file mode 100644
index 0000000..d20b473
--- /dev/null
+++ b/src/gemma_io.cpp
@@ -0,0 +1,4080 @@
+/*
+ Genome-wide Efficient Mixed Model Association (GEMMA)
+ Copyright © 2011-2017, Xiang Zhou
+ Copyright © 2017, Peter Carbonetto
+ Copyright © 2017, Pjotr Prins
+
+ 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ 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 .
+*/
+
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include