diff options
author | Pjotr Prins | 2018-06-29 12:56:08 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-06-29 12:56:08 +0000 |
commit | 1c2dbad9b627b67ff91158480335d499106b4e50 (patch) | |
tree | 6554e972f830de5e377b45d8d9d07b9612edee12 /src/param.cpp | |
parent | cee92876e456299e14afd51e0b719384c48c5286 (diff) | |
parent | 9f9887eb5befe025e85641f1930e46e5e6a25e56 (diff) | |
download | pangemma-1c2dbad9b627b67ff91158480335d499106b4e50.tar.gz |
Fix conflict
Diffstat (limited to 'src/param.cpp')
-rw-r--r-- | src/param.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/param.cpp b/src/param.cpp index bf6c195..edee79d 100644 --- a/src/param.cpp +++ b/src/param.cpp @@ -35,7 +35,7 @@ #include "gsl/gsl_vector.h" #include "eigenlib.h" -#include "io.h" +#include "gemma_io.h" #include "mathfunc.h" #include "param.h" @@ -521,7 +521,7 @@ void PARAM::CheckParam(void) { a_mode != 71) { cout << "error! unknown analysis mode: " << a_mode << ". make sure -gk or -eigen or -lmm or -bslmm -predict or " - << "-calccov is sepcified correctly." << endl; + << "-calccov is specified correctly." << endl; error = true; } if (miss_level > 1) { |