X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=shhhercommand.cpp;h=13e7ccfd496d035c151eaade308f9832af76b511;hp=3c467936a38fbecc55034979a9211ee89c7241b6;hb=5eca3348fe3962b8965236ca877ef6f52e8fb104;hpb=d0051dc9939d3477bd92b42c86bcd3eda743b955 diff --git a/shhhercommand.cpp b/shhhercommand.cpp index 3c46793..13e7ccf 100644 --- a/shhhercommand.cpp +++ b/shhhercommand.cpp @@ -1501,9 +1501,8 @@ void ShhherCommand::getOTUData(string listFileName){ void ShhherCommand::initPyroCluster(){ try{ - if (numOTUs < processors) { processors = 1; } - + dist.assign(numSeqs * numOTUs, 0); change.assign(numOTUs, 1); centroids.assign(numOTUs, -1);