]> git.donarmstrong.com Git - mothur.git/blobdiff - cluster.cpp
fixed subsample name file name issue. added count parameter to cluster command....
[mothur.git] / cluster.cpp
index 2a3e751c5897e34039e6b9d15f1e0a908ed60556..18133a29030cc47d10ab7a1c7f3572cec74e4c29 100644 (file)
@@ -64,7 +64,7 @@ void Cluster::update(double& cutOFF){
         nRowCells = dMatrix->seqVec[smallRow].size();
         
                vector<int> foundCol(nColCells, 0);
-        //cout << "small cell: " << smallRow << '\t' << smallCol << endl;  
+        //cout << dMatrix->getNNodes() << " small cell: " << smallRow << '\t' << smallCol << endl;  
                int search;
                bool changed;