]> git.donarmstrong.com Git - mothur.git/blobdiff - overlap.cpp
working on pam
[mothur.git] / overlap.cpp
index e30b51d243ac776fc36720321e53e6b72702237e..40b49f88bfe4d5cda9f123690253f87cda9ce61f 100644 (file)
@@ -60,7 +60,7 @@ void Overlap::setOverlap(vector<vector<AlignmentCell> >& 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;