X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=unifracunweightedcommand.cpp;h=326e695b20965c451ac17fe5a70bc11b923d6c3e;hp=54a442697107f92c4fd9e887cacd425b32e0a825;hb=f27b66ce6415eb14c434f9850019c7cf140e023e;hpb=64ead0dc966e9a9768a24c8f55518db83ed2e82f diff --git a/unifracunweightedcommand.cpp b/unifracunweightedcommand.cpp index 54a4426..326e695 100644 --- a/unifracunweightedcommand.cpp +++ b/unifracunweightedcommand.cpp @@ -132,7 +132,7 @@ int UnifracUnweightedCommand::execute() { //get unweighted scores for random trees for (int j = 0; j < iters; j++) { - //we need a different getValues because when we swap the labels we only want to swap those in each parwise comparison + //we need a different getValues because when we swap the labels we only want to swap those in each pairwise comparison randomData = unweighted->getValues(T[i], "", ""); for(int k = 0; k < numComp; k++) { @@ -147,7 +147,6 @@ int UnifracUnweightedCommand::execute() { //add randoms score to validscores validScores[randomData[k]] = randomData[k]; } - } for(int a = 0; a < numComp; a++) {