diff options
author | Pjotr Prins | 2017-10-06 10:02:45 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-10-06 10:02:45 +0000 |
commit | 6e95011f7d23246baef78cb2f6fdbe12f5c0793e (patch) | |
tree | d96be8822c9c6b72da9ed8fd1e6184444b4a185a /src/lmm.h | |
parent | 2add397847701d8f939eab55bacddb54fdb8c641 (diff) | |
download | pangemma-6e95011f7d23246baef78cb2f6fdbe12f5c0793e.tar.gz |
LMM: lifter line no
Diffstat (limited to 'src/lmm.h')
-rw-r--r-- | src/lmm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ public: void AnalyzeGene(const gsl_matrix *U, const gsl_vector *eval, const gsl_matrix *UtW, const gsl_vector *Utx, const gsl_matrix *W, const gsl_vector *x); - void Analyze(std::function< string(void) >& fetch_line, + void Analyze(std::function< string(size_t) >& fetch_line, const gsl_matrix *U, const gsl_vector *eval, const gsl_matrix *UtW, const gsl_vector *Uty, const gsl_matrix *W, const gsl_vector *y, |