X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarysharedcommand.cpp;h=040de2067faf9d0dd9d1de74b2b4f6fe2f6a0086;hb=39ef0543b73cb12dfc64529522b66ad3df7527d0;hp=fcd2b00ea28805a54646524d831dd90d9784100e;hpb=7e0cf6431e287072c40b2c10c9e08199fce29ef4;p=mothur.git diff --git a/summarysharedcommand.cpp b/summarysharedcommand.cpp index fcd2b00..040de20 100644 --- a/summarysharedcommand.cpp +++ b/summarysharedcommand.cpp @@ -31,9 +31,6 @@ SummarySharedCommand::SummarySharedCommand(){ format = globaldata->getFormat(); validCalculator = new ValidCalculators(); - //set users groups - setGroups(); - int i; for (i=0; iEstimators.size(); i++) { if (validCalculator->isValidCalculator("sharedsummary", globaldata->Estimators[i]) == true) { @@ -114,6 +111,9 @@ int SummarySharedCommand::execute(){ outputFileHandle << '\t' << sumCalculators[i]->getName(); } outputFileHandle << endl; + + //set users groups + setGroups(); while(order != NULL){