X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=unifracunweightedcommand.cpp;h=63487e05cfc77ecfd6baa705b3a6a756a009cac4;hb=7762fd5ec7582a78a31bb690a5c05b76e5b899c2;hp=fbbc4f1de67cebeb1b9e57a4dce47f499e272f63;hpb=f40e9e38c5604fdbe90f964fc26eca7758e6257f;p=mothur.git diff --git a/unifracunweightedcommand.cpp b/unifracunweightedcommand.cpp index fbbc4f1..63487e0 100644 --- a/unifracunweightedcommand.cpp +++ b/unifracunweightedcommand.cpp @@ -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