From be45bcca0ddc1d88066bd18a56ca57d588e41e99 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 26 Aug 2017 10:00:18 +0000 Subject: Debug: only output check on -debug --- src/io.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/io.h') diff --git a/src/io.h b/src/io.h index 9edc5eb..d9253e3 100644 --- a/src/io.h +++ b/src/io.h @@ -64,7 +64,7 @@ bool ReadFile_geno(const string &file_geno, const set &setSnps, const double &r2_level, map &mapRS2chr, map &mapRS2bp, map &mapRS2cM, vector &snpInfo, - size_t &ns_test); + size_t &ns_test, bool debug); bool ReadFile_bed(const string &file_bed, const set &setSnps, const gsl_matrix *W, vector &indicator_idv, vector &indicator_snp, vector &snpInfo, @@ -94,7 +94,7 @@ bool PlinkKin(const string &file_bed, vector &indicator_snp, bool ReadFile_geno(const string file_geno, vector &indicator_idv, vector &indicator_snp, gsl_matrix *UtX, gsl_matrix *K, - const bool calc_K); + const bool calc_K, bool debug); bool ReadFile_bed(const string &file_bed, vector &indicator_idv, vector &indicator_snp, gsl_matrix *UtX, gsl_matrix *K, const bool calc_K); @@ -102,7 +102,7 @@ bool ReadFile_geno(const string &file_geno, vector &indicator_idv, vector &indicator_snp, vector> &Xt, gsl_matrix *K, const bool calc_K, const size_t ni_test, - const size_t ns_test); + const size_t ns_test, bool debug); bool ReadFile_bed(const string &file_bed, vector &indicator_idv, vector &indicator_snp, vector> &Xt, gsl_matrix *K, const bool calc_K, const size_t ni_test, -- cgit v1.2.3