aboutsummaryrefslogtreecommitdiff
path: root/src/param.h
diff options
context:
space:
mode:
authorPjotr Prins2017-10-11 12:35:33 +0000
committerPjotr Prins2017-10-13 15:27:24 +0000
commit217158b7d141d6b4cd392435a6ac9ac6598e3859 (patch)
treee804f707b73ace3325ade86248f53b20eec2d4f1 /src/param.h
parent887b28f5a978c838b6de9ae2d77f0c7233642c5e (diff)
downloadpangemma-217158b7d141d6b4cd392435a6ac9ac6598e3859.tar.gz
Fixed mean and iterations in Plink - now this works
Diffstat (limited to 'src/param.h')
-rw-r--r--src/param.h2
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;