diff options
author | Pjotr Prins | 2018-06-29 12:51:41 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-06-29 12:51:41 +0000 |
commit | 9f9887eb5befe025e85641f1930e46e5e6a25e56 (patch) | |
tree | af87047d49fb39b7a7a5c7c1d5dc2b98400c5595 /src/gemma.cpp | |
parent | 7f61ca0761e93918f64119c50b32e2812eba8291 (diff) | |
parent | 159f95233afd36c98335059e35cd6c51e4760d24 (diff) | |
download | pangemma-9f9887eb5befe025e85641f1930e46e5e6a25e56.tar.gz |
Merge branch 'master' of github.com:genetics-statistics/GEMMA
Diffstat (limited to 'src/gemma.cpp')
-rw-r--r-- | src/gemma.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp index 97e947a..758aa24 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -49,7 +49,7 @@ extern "C" { #include "bslmm.h" #include "bslmmdap.h" #include "gemma.h" -#include "io.h" +#include "gemma_io.h" #include "lapack.h" #include "ldr.h" #include "lm.h" |