X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=unifracweightedcommand.h;h=45d3c7cec25d4d80448d32beeaa212a92295d366;hb=fb5a52d8d7896ba00c9ccc6add22ed89c5fb2ad7;hp=047c92b2574515e20c439931808dce8dc5a34705;hpb=5e8fcd2454ba4bd2e11983afd682b8aa6f7bb5c2;p=mothur.git diff --git a/unifracweightedcommand.h b/unifracweightedcommand.h index 047c92b..45d3c7c 100644 --- a/unifracweightedcommand.h +++ b/unifracweightedcommand.h @@ -47,8 +47,8 @@ class UnifracWeightedCommand : public Command { vector< map > rscoreFreq; //vector each group comb has an entry vector< map > uscoreFreq; //vector each group comb has an entry vector< map > totalrscoreFreq; //vector each group comb has an entry - vector< map > rCumul; //vector each group comb has an entry - vector< map > uCumul; //vector each group comb has an entry + vector< map > rCumul; //vector each group comb has an entry + vector< map > uCumul; //vector each group comb has an entry map::iterator it; map::iterator it2;