From 356f528e52b5cdd13812f64308cbedd87cc0c74f Mon Sep 17 00:00:00 2001 From: DannyArends Date: Wed, 28 Feb 2018 16:34:05 +0100 Subject: renamed import io.h to gemma_io.h --- src/param.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/param.cpp') diff --git a/src/param.cpp b/src/param.cpp index bf6c195..cd4274a 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" -- cgit v1.2.3 From 1493da41a6161d6238cce5473eaffb73d7b33e2c Mon Sep 17 00:00:00 2001 From: Dylan Aïssi Date: Tue, 5 Jun 2018 23:03:43 +0200 Subject: Typo: sepcified -> specified --- src/param.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/param.cpp') diff --git a/src/param.cpp b/src/param.cpp index cd4274a..edee79d 100644 --- a/src/param.cpp +++ b/src/param.cpp @@ -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) { -- cgit v1.2.3