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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lmm.h b/src/lmm.h
index af79f5f..f10996d 100644
--- a/src/lmm.h
+++ b/src/lmm.h
@@ -129,12 +129,10 @@ public:
   void mdb_analyze(std::function< SnpNameValues2(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, size_t num_markers);
+                   const gsl_matrix *W, const gsl_vector *y, 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,
-                     const set<string> gwasnps);
+                     const gsl_matrix *W, const gsl_vector *y);
   void AnalyzeBimbam(const gsl_matrix *U, const gsl_vector *eval,
                      const gsl_matrix *UtW, const gsl_vector *Uty,
                      const gsl_matrix *W, const gsl_vector *y,