Skip to content

Commit

Permalink
Small bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
untergasser committed Jan 12, 2022
1 parent f301397 commit 53734b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libprimer3.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5097,6 +5097,8 @@ recalc_pair_sec_struct(primer_pair *ppair,
} else {
/* thermodynamical approach */
thal_results any, end1, end2, end3, end4;
any.sec_struct = NULL;
end1.sec_struct = NULL;
end2.sec_struct = NULL;
end3.sec_struct = NULL;
end4.sec_struct = NULL;
Expand Down

0 comments on commit 53734b8

Please sign in to comment.