From ff196955e3ca5bdd671a44f852f42323d3828be2 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 23 Nov 2025 12:44:20 +0100 Subject: Adding comments --- src/gemma_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gemma_io.h') diff --git a/src/gemma_io.h b/src/gemma_io.h index dd1d5c0..5c14227 100644 --- a/src/gemma_io.h +++ b/src/gemma_io.h @@ -60,7 +60,7 @@ bool ReadFile_column(const string &file_pheno, vector &indicator_idv, vector &pheno, const int &p_column); bool ReadFile_geno(const string &file_geno, const set &setSnps, - const gsl_matrix *W, vector &indicator_idv, + const gsl_matrix *W, const vector &indicator_idv, vector &indicator_snp, const double &maf_level, const double &miss_level, const double &hwe_level, const double &r2_level, map &mapRS2chr, -- cgit 1.4.1