From 217158b7d141d6b4cd392435a6ac9ac6598e3859 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 11 Oct 2017 12:35:33 +0000 Subject: Fixed mean and iterations in Plink - now this works --- src/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/param.h') 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 #include -#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; -- cgit v1.2.3