]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracunweightedcommand.cpp
fixed bug in unifrac commands with nexus translation if files don't match
[mothur.git] / unifracunweightedcommand.cpp
index fbbc4f1de67cebeb1b9e57a4dce47f499e272f63..63487e05cfc77ecfd6baa705b3a6a756a009cac4 100644 (file)
@@ -432,7 +432,7 @@ void UnifracUnweightedCommand::createPhylipFile(int i) {
                                out << name << '\t';
                                
                                //output distances
-                               for (int l = 0; l < globaldata->Groups.size(); l++) {   out << setprecision(11) << dists[r][l] << '\t';  }
+                               for (int l = 0; l < globaldata->Groups.size(); l++) {   out << dists[r][l] << '\t';  }
                                out << endl;
                        }else{
                                //output distances