diff options
author | Pjotr Prins | 2017-10-11 12:35:33 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-10-13 15:27:24 +0000 |
commit | 217158b7d141d6b4cd392435a6ac9ac6598e3859 (patch) | |
tree | e804f707b73ace3325ade86248f53b20eec2d4f1 /src/lmm.h | |
parent | 887b28f5a978c838b6de9ae2d77f0c7233642c5e (diff) | |
download | pangemma-217158b7d141d6b4cd392435a6ac9ac6598e3859.tar.gz |
Fixed mean and iterations in Plink - now this works
Diffstat (limited to 'src/lmm.h')
-rw-r--r-- | src/lmm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ using namespace std; -#define LMM_BATCH_SIZE 10000 // used for batch processing +#define LMM_BATCH_SIZE 1000 // used for batch processing class FUNC_PARAM { |