fix inability to do reverse compliments
authorDiane Trout <diane@caltech.edu>
Thu, 23 Feb 2006 06:50:04 +0000 (06:50 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 23 Feb 2006 06:50:04 +0000 (06:50 +0000)
commit0a5ac13ae72e74d75d346dc3501a9bebe7c72d95
tree85bf1f83e4faa36bf7b824d3c6ac849bde34773b
parent834248e22350f323e1b5d7bdb5d4c141b948ef44
fix inability to do reverse compliments
When I added the dynamic allocation of the all_matches vector, I assumed
that seqcomp would only be called once. It turns out that in actuality,
its called twice. Once for the forward compliment and once for the reverse
compliment. This includes a unittest that detects the problem and a fix
for the bug.
alg/flp.cxx
alg/module.mk
test/test_flp.cxx