X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mgclustercommand.cpp;fp=mgclustercommand.cpp;h=cffb80f9e8f2963d4983c6637d8eef2b33566de4;hb=6f0e427633e7ee80b6494eb677ad60e6cea94d62;hp=878d6a40cfb53bc70157d9c9cc77b60097118781;hpb=0ad366957902179879d950a6a5184779a73bab47;p=mothur.git diff --git a/mgclustercommand.cpp b/mgclustercommand.cpp index 878d6a4..cffb80f 100644 --- a/mgclustercommand.cpp +++ b/mgclustercommand.cpp @@ -247,8 +247,8 @@ int MGClusterCommand::execute(){ if(countfile != "") { //map nameMapCounts = m->readNames(namefile); - CountTable ct = new CountTable(); - ct.readTable(countfile); + ct = new CountTable(); + ct->readTable(countfile); createRabund(ct, list); rabund = &rav; }else { @@ -724,7 +724,7 @@ void MGClusterCommand::sortHclusterFiles(string unsortedDist, string unsortedOve //********************************************************************************************************************** -void MGClusterCommand::createRabund(CountTable ct, ListVector list){ +void MGClusterCommand::createRabund(CountTable* ct, ListVector* list){ try { //vector names = ct.getNamesOfSeqs();