X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustersplitcommand.cpp;fp=clustersplitcommand.cpp;h=92f0e486898f80b2c6f85bb984a5b7662bc18340;hb=01d5a60fc5f396339acf529151fa8186ee7c1a41;hp=87d26cea75033c911d4db315265123fdd3dd49de;hpb=567e4bca5d62bd8ea316ce5def320d070d7507b8;p=mothur.git diff --git a/clustersplitcommand.cpp b/clustersplitcommand.cpp index 87d26ce..92f0e48 100644 --- a/clustersplitcommand.cpp +++ b/clustersplitcommand.cpp @@ -947,7 +947,7 @@ vector ClusterSplitCommand::createProcesses(vector< map if ((processToAssign-1) == 1) { m->mothurOut(distName[i].begin()->first + "\n"); } } - //not lets reverse the order of ever other process, so we balance big files running with little ones + //now lets reverse the order of ever other process, so we balance big files running with little ones for (int i = 0; i < processors; i++) { //cout << i << endl; int remainder = ((i+1) % processors);