X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mgclustercommand.cpp;h=2143495ce0cae46cd52a145ec19abccf9d654ac8;hb=ce8794490ab1d83adcdb2b92e0302a1e43e17adf;hp=4ca0cdfb9af8f71338be56a9649ec4c6f8a07a87;hpb=1f3d51cfdbe3e28c780501b7ed82d64fe27dba98;p=mothur.git diff --git a/mgclustercommand.cpp b/mgclustercommand.cpp index 4ca0cdf..2143495 100644 --- a/mgclustercommand.cpp +++ b/mgclustercommand.cpp @@ -716,12 +716,6 @@ void MGClusterCommand::sortHclusterFiles(string unsortedDist, string unsortedOve void MGClusterCommand::createRabund(map nameMapCounts){ try { - //RAbundVector rav; - map::iterator it; - //it = nameMapCounts.begin(); - //for(int i = 0; i < list->getNumBins(); i++) { rav.push_back((*it).second); it++; } - for ( it=nameMapCounts.begin(); it!=nameMapCounts.end(); it++ ) { rav.push_back( it->second ); } - //return rav; } catch(exception& e) { m->errorOut(e, "MGClusterCommand", "createRabund");