Skip to content

Commit

Permalink
fix missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Feb 25, 2024
1 parent a55cc77 commit e1d5fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gthwe/hwe.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ int main(int argc, char *argv[])
size = sample.size;

/* pass the parsed variables to do the main processing */
run_data(genotypes, allele_array, no_allele, total, step, group, size, title, outfile, 1);
run_data(genotypes, allele_array, no_allele, total, step, group, size, title, outfile, 1, 0);

free(genotypes);
free(allele_array);
Expand Down

0 comments on commit e1d5fa9

Please sign in to comment.