X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustersplitcommand.cpp;h=09c2da84c64b2d0558ede1bf5bde35b1ddfc43cd;hb=006601d68abe8d0061f77e8d28323b160750e343;hp=09be4aaafc3ab9fd794678a578d22ed57329febf;hpb=529ec122f7cac4af987e121d150b878d7c7a0d5d;p=mothur.git diff --git a/clustersplitcommand.cpp b/clustersplitcommand.cpp index 09be4aa..09c2da8 100644 --- a/clustersplitcommand.cpp +++ b/clustersplitcommand.cpp @@ -1035,7 +1035,7 @@ vector ClusterSplitCommand::createProcesses(vector< map //Above fork() will clone, so memory is separate, but that's not the case with windows, //Taking advantage of shared memory to allow both threads to add labels. ////////////////////////////////////////////////////////////////////////////////////////////////////// - + /* vector pDataArray; DWORD dwThreadIdArray[processors-1]; HANDLE hThreadArray[processors-1]; @@ -1073,7 +1073,7 @@ vector ClusterSplitCommand::createProcesses(vector< map CloseHandle(hThreadArray[i]); delete pDataArray[i]; } - +*/ #endif return listFiles; @@ -1285,7 +1285,7 @@ string ClusterSplitCommand::clusterFile(string thisDistFile, string thisNamefile ct = new CountTable(); ct->readTable(thisNamefile); read->read(ct); - } + }else { read->read(nameMap); } list = read->getListVector(); oldList = *list;