X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collectdisplay.h;fp=collectdisplay.h;h=4fe358800dba8dd40a1132f8330ca7ebe5671956;hb=0470f6d037aacb3563c3f7010708120a4a67d4e6;hp=110d816f1718f374c5dca22afd4c65502ac889fa;hpb=bede5752eaeedb5a7e339439b6ba2f6670bca2b9;p=mothur.git diff --git a/collectdisplay.h b/collectdisplay.h index 110d816..4fe3588 100644 --- a/collectdisplay.h +++ b/collectdisplay.h @@ -26,7 +26,7 @@ public: data = estimate->getValues(shared); //passes estimators a shared vector from each group to be compared //figure out what groups are being compared in getValues - //because the jumble parameter randomizes the order we need to put the results in the correct column in the output file + //because we randomizes the order we need to put the results in the correct column in the output file int group1Index, group2Index, pos; group1Index = shared[0]->getGroupIndex(); group2Index = shared[1]->getGroupIndex();