Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchang committed Dec 12, 2023
1 parent 7cef41c commit da1e8df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2.0/plink2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
""
Expand Down
2 changes: 1 addition & 1 deletion 2.0/plink2_ld.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit da1e8df

Please sign in to comment.