aboutsummaryrefslogtreecommitdiff
path: root/src/param.cpp
diff options
context:
space:
mode:
authorPjotr Prins2018-06-29 12:51:41 +0000
committerPjotr Prins2018-06-29 12:51:41 +0000
commit9f9887eb5befe025e85641f1930e46e5e6a25e56 (patch)
treeaf87047d49fb39b7a7a5c7c1d5dc2b98400c5595 /src/param.cpp
parent7f61ca0761e93918f64119c50b32e2812eba8291 (diff)
parent159f95233afd36c98335059e35cd6c51e4760d24 (diff)
downloadpangemma-9f9887eb5befe025e85641f1930e46e5e6a25e56.tar.gz
Merge branch 'master' of github.com:genetics-statistics/GEMMA
Diffstat (limited to 'src/param.cpp')
-rw-r--r--src/param.cpp4
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) {