Skip to content
Snippets Groups Projects
Commit 82e13203 authored by Bienchen's avatar Bienchen
Browse files

Changed small bug in local_align.cc

parent 2e53fe5b
Branches
Tags
No related merge requests found
......@@ -180,9 +180,9 @@ AlignmentList LocalAlign(const ConstSequenceHandle& s1,
AlignmentList alignments;
while (CollectPatches(mat, 0, mat.GetWidth(), 0, mat.GetHeight(),
s1, s2, alignments)) {
LOG_DEBUG(alignments.back().aln.ToString(80));
LOG_DEBUG(alignments.back().ToString(80));
}
return alignments;
}
}}}
\ No newline at end of file
}}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment