X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mgclustercommand.cpp;h=2143495ce0cae46cd52a145ec19abccf9d654ac8;hb=cbaa068e77aeb15bb06f0695a36d8f757977ed64;hp=4ca0cdfb9af8f71338be56a9649ec4c6f8a07a87;hpb=2aa152a03b9efe77ecfbbd4e0e8e128f74724cc1;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");