From da1e8df35fd8c820f8e54b066a0234ae1ba2b573 Mon Sep 17 00:00:00 2001 From: Christopher Chang Date: Mon, 11 Dec 2023 23:46:24 -0800 Subject: [PATCH] oops --- 2.0/plink2.cc | 2 +- 2.0/plink2_ld.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/2.0/plink2.cc b/2.0/plink2.cc index d155c219..4b629c45 100644 --- a/2.0/plink2.cc +++ b/2.0/plink2.cc @@ -72,7 +72,7 @@ static const char ver_str[] = "PLINK v2.00a6" #elif defined(USE_AOCL) " AMD" #endif - " (11 Dec 2023)"; + " (12 Dec 2023)"; static const char ver_str2[] = // include leading space if day < 10, so character length stays the same "" diff --git a/2.0/plink2_ld.cc b/2.0/plink2_ld.cc index 09853bfa..f0f4f799 100644 --- a/2.0/plink2_ld.cc +++ b/2.0/plink2_ld.cc @@ -10671,7 +10671,7 @@ PglErr VcorTable(const uintptr_t* orig_variant_include, const ChrInfo* cip, cons write_ctx.row_variant_include = row_variant_include; write_ctx.row_variant_include_cumulative_popcounts = row_variant_include_cumulative_popcounts; write_ctx.row_subset_exclude = nullptr; - if (inter_chr && row_snp_subset) { + if (row_snp_subset) { write_ctx.row_subset_exclude = (parallel_idx == 0)? row_variant_include : row_subset_exclude_buf; } write_ctx.cip = cip;