about summary refs log tree commit diff
path: root/src/lmm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lmm.h')
-rw-r--r--src/lmm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lmm.h b/src/lmm.h
index c628baa..29e6341 100644
--- a/src/lmm.h
+++ b/src/lmm.h
@@ -101,10 +101,10 @@ public:
                const gsl_matrix *W, const gsl_vector *y,
                const set<string> gwasnps);
   void mdb_analyze(std::function< SnpNameValues(size_t) >& fetch_snp,
-               const gsl_matrix *U, const gsl_vector *eval,
-               const gsl_matrix *UtW, const gsl_vector *Uty,
-               const gsl_matrix *W, const gsl_vector *y,
-               const set<string> gwasnps);
+                   const gsl_matrix *U, const gsl_vector *eval,
+                   const gsl_matrix *UtW, const gsl_vector *Uty,
+                   const gsl_matrix *W, const gsl_vector *y,
+                   const set<string> gwasnps, size_t num_markers);
   void mdb_calc_gwa(const gsl_matrix *U, const gsl_vector *eval,
                      const gsl_matrix *UtW, const gsl_vector *Uty,
                      const gsl_matrix *W, const gsl_vector *y,