X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sparsematrix.cpp;h=3a0ec6521720c1f89eb7c54ce47f60a2f81d364a;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=bd54433458982de8689d48a483bfe44e806bd66e;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;p=mothur.git diff --git a/sparsematrix.cpp b/sparsematrix.cpp index bd54433..3a0ec65 100644 --- a/sparsematrix.cpp +++ b/sparsematrix.cpp @@ -136,7 +136,7 @@ PCell* SparseMatrix::getSmallestCell(){ // if the mins vector is empty go here... if(mins.empty()){ mins.clear(); - + smallDist = begin()->dist; //set the first candidate small distance for(MatData currentCell=begin();currentCell!=end();currentCell++){