]> git.donarmstrong.com Git - mothur.git/blobdiff - sparsematrix.cpp
changes while testing
[mothur.git] / sparsematrix.cpp
index bd54433458982de8689d48a483bfe44e806bd66e..3a0ec6521720c1f89eb7c54ce47f60a2f81d364a 100644 (file)
@@ -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++){