Skip to content

Commit

Permalink
Fix counter value
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Apr 23, 2024
1 parent 288ecd0 commit 166d855
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/branch_sequences.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ void generate_branch_sequences(newick_node *node, FILE *vcf_file_pointer,int * s
}

// Fill in gaps from children
child_counter = 0;
fill_in_unambiguous_gaps_in_parent_from_children(parent_sequence_index, child_sequence_indices,child_counter);

for (child_counter = 0; child_counter < node->childNum; ++child_counter)
Expand Down

0 comments on commit 166d855

Please sign in to comment.