X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cluster.cpp;h=18133a29030cc47d10ab7a1c7f3572cec74e4c29;hb=e9845ee4c8db2e044e87d721cc2d94f8d609e03d;hp=2a3e751c5897e34039e6b9d15f1e0a908ed60556;hpb=0cefb55a2616975bd4a144fc345693695ffc9bb6;p=mothur.git diff --git a/cluster.cpp b/cluster.cpp index 2a3e751..18133a2 100644 --- a/cluster.cpp +++ b/cluster.cpp @@ -64,7 +64,7 @@ void Cluster::update(double& cutOFF){ nRowCells = dMatrix->seqVec[smallRow].size(); vector foundCol(nColCells, 0); - //cout << "small cell: " << smallRow << '\t' << smallCol << endl; + //cout << dMatrix->getNNodes() << " small cell: " << smallRow << '\t' << smallCol << endl; int search; bool changed;