X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=overlap.cpp;h=40b49f88bfe4d5cda9f123690253f87cda9ce61f;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=e30b51d243ac776fc36720321e53e6b72702237e;hpb=74c78f9abd9e733f0c2f812efec97a76632fcbf8;p=mothur.git diff --git a/overlap.cpp b/overlap.cpp index e30b51d..40b49f8 100644 --- a/overlap.cpp +++ b/overlap.cpp @@ -60,7 +60,7 @@ void Overlap::setOverlap(vector >& alignment, const int nA int rowIndex = maxRow(alignment, band); // get the index for the row with the highest right hand side score int colIndex = maxColumn(alignment, band); // get the index for the column with the highest bottom row score - + int row = lB-1; int column = lA-1;