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/param.h | |
parent | 887b28f5a978c838b6de9ae2d77f0c7233642c5e (diff) | |
download | pangemma-217158b7d141d6b4cd392435a6ac9ac6598e3859.tar.gz |
Fixed mean and iterations in Plink - now this works
Diffstat (limited to 'src/param.h')
-rw-r--r-- | src/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/param.h b/src/param.h index 4b473c0..efea99a 100644 --- a/src/param.h +++ b/src/param.h @@ -26,7 +26,7 @@ #include <set> #include <vector> -#define K_BATCH_SIZE 10000 // #snps used for batched K +#define K_BATCH_SIZE 1000 // #snps used for batched K #define DEFAULT_PACE 1000 using namespace std; |