]> git.donarmstrong.com Git - mothur.git/blobdiff - shhhercommand.cpp
*** empty log message ***
[mothur.git] / shhhercommand.cpp
index 3c467936a38fbecc55034979a9211ee89c7241b6..13e7ccfd496d035c151eaade308f9832af76b511 100644 (file)
@@ -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);