Skip to content

Commit

Permalink
init align_tag p1
Browse files Browse the repository at this point in the history
  • Loading branch information
moold committed Mar 17, 2023
1 parent 81ecef9 commit 3c82271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ctg_cns.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ static inline int get_align_tag(unsigned int *p, align_tags_t *tags, align_tag *

static inline void update_msa(msa_p * msa, align_tags_t *tags_list, int aligned_seq_count, int lable){
unsigned int i, d, p, updated;
align_tag p1, pp, ppp;
align_tag p1 = {0, 0, 0}, pp, ppp;
for (p = 0; p < aligned_seq_count; p++){
d = 0;
pp = ppp = align_tag_head;
Expand Down

0 comments on commit 3c82271

Please sign in to comment.