X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=unifracunweightedcommand.h;h=ecf78f58a981e1f95602ed4e10973bcf7695cf14;hb=fb5a52d8d7896ba00c9ccc6add22ed89c5fb2ad7;hp=cc01aab8505d6c36978a2a5933f9167de565fe99;hpb=5e8fcd2454ba4bd2e11983afd682b8aa6f7bb5c2;p=mothur.git diff --git a/unifracunweightedcommand.h b/unifracunweightedcommand.h index cc01aab..ecf78f5 100644 --- a/unifracunweightedcommand.h +++ b/unifracunweightedcommand.h @@ -46,8 +46,8 @@ class UnifracUnweightedCommand : public Command { map rscoreFreq; //unweighted score, number of random trees with that score. map uscoreFreq; //unweighted, number of user trees with that score. map totalrscoreFreq; //unweighted score, number of random trees with that score. - map rCumul; //unweighted score, cumulative percentage of number of random trees with that score or lower. - map uCumul; //unweighted, cumulative percentage of number of user trees with that score or lower . + map rCumul; //unweighted score, cumulative percentage of number of random trees with that score or higher. + map uCumul; //unweighted, cumulative percentage of number of user trees with that score or higher . map::iterator it; map::iterator it2;