]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracunweightedcommand.cpp
fixes while testing 1.33.0
[mothur.git] / unifracunweightedcommand.cpp
index 272ae8255b6566e0f2c0ff04489580a9a36acdfd..d2c459d9381a7d28481d8808f31f08cf7e30d577 100644 (file)
@@ -736,7 +736,7 @@ int UnifracUnweightedCommand::runRandomCalcs(Tree* thisTree, vector<double> user
             float rcumul = 1.0000;
     
             //this loop fills the cumulative maps and put 0.0000 in the score freq map to make it easier to print.
-            for (map<float,float>::iterator it = validScores.begin(); it != validScores.end(); it++) { 
+            for (map<float,float>::iterator it = validScores.begin(); it != validScores.end(); it++) {
                 //make rscoreFreq map and rCumul
                 map<float,float>::iterator it2 = rscoreFreq[a].find(it->first);
                 rCumul[a][it->first] = rcumul;