about summary refs log tree commit diff
path: root/src/gemma_io.h
diff options
context:
space:
mode:
authorPjotr Prins2025-11-23 12:44:20 +0100
committerPjotr Prins2025-11-23 12:44:20 +0100
commitff196955e3ca5bdd671a44f852f42323d3828be2 (patch)
tree1a1a12dea794dff9df5f4ca991740cbaf48c992a /src/gemma_io.h
parent663778957ad37d5c7806d4f17c1f2e77b2b268fa (diff)
downloadpangemma-ff196955e3ca5bdd671a44f852f42323d3828be2.tar.gz
Adding comments
Diffstat (limited to 'src/gemma_io.h')
-rw-r--r--src/gemma_io.h2
1 files changed, 1 insertions, 1 deletions
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<int> &indicator_idv,
                      vector<double> &pheno, const int &p_column);
 
 bool ReadFile_geno(const string &file_geno, const set<string> &setSnps,
-                   const gsl_matrix *W, vector<int> &indicator_idv,
+                   const gsl_matrix *W, const vector<int> &indicator_idv,
                    vector<int> &indicator_snp, const double &maf_level,
                    const double &miss_level, const double &hwe_level,
                    const double &r2_level, map<string, string> &mapRS2chr,