]> git.donarmstrong.com Git - mothur.git/blobdiff - indicatorcommand.cpp
added subsample and consensus parameters to unifrac.weighted command
[mothur.git] / indicatorcommand.cpp
index 01d8c2e8634d65c31f11515f89ecfa950b81a1ae..fe99c46847ff08fa8359f6899a4ddf9a095126ea 100644 (file)
@@ -334,7 +334,6 @@ int IndicatorCommand::execute(){
                        //no longer need original tree, we have output tree to use and label
                        for (int i = 0; i < T.size(); i++) {  delete T[i];  } 
                        
-                                       
                        if (m->control_pressed) { 
                                if (designfile != "") { delete designMap; }
                                if (sharedfile != "") {  for (int i = 0; i < lookup.size(); i++) {  delete lookup[i];  } }