]> git.donarmstrong.com Git - mothur.git/blobdiff - summarysharedcommand.cpp
working on testing
[mothur.git] / summarysharedcommand.cpp
index 3828a38afe65fd2e09febea09a23ab59cd6a96e5..f44a2cd540345424e946c48ef733768ff4691ae8 100644 (file)
@@ -422,7 +422,8 @@ int SummarySharedCommand::process(vector<SharedRAbundVector*> thisLookup) {
        
                                int n = 1; 
                                vector<SharedRAbundVector*> 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';