X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarysharedcommand.cpp;h=f44a2cd540345424e946c48ef733768ff4691ae8;hb=c6e5f84783b39a558119835963dec3c4facb0154;hp=3828a38afe65fd2e09febea09a23ab59cd6a96e5;hpb=a98eb683e17d8e49583bf2d215ab7562a4cdca75;p=mothur.git diff --git a/summarysharedcommand.cpp b/summarysharedcommand.cpp index 3828a38..f44a2cd 100644 --- a/summarysharedcommand.cpp +++ b/summarysharedcommand.cpp @@ -422,7 +422,8 @@ int SummarySharedCommand::process(vector thisLookup) { int n = 1; vector subset; - for (int k = 0; k < (thisLookup.size() - 1); k++) { // pass cdd each set of groups to commpare + for (int k = 0; k < (thisLookup.size() - 1); k++) { // pass cdd each set of groups to compare + for (int l = n; l < thisLookup.size(); l++) { outputFileHandle << thisLookup[0]->getLabel() << '\t';