X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=bstick.cpp;h=67507a9967ef82effe923662298960ecf00618b8;hp=9c36cd9d37c86d624e4ee43023287a4cf7a7cbd0;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=e4c80376cc4533f66c8dfc18f3e1a86a60ac17fe diff --git a/bstick.cpp b/bstick.cpp index 9c36cd9..67507a9 100644 --- a/bstick.cpp +++ b/bstick.cpp @@ -68,7 +68,7 @@ EstOutput BStick::getValues(SAbundVector* rank){ data[2] = 1.031/sqrt(rdata.size()); /*m->mothurOut(critVal); m->mothurOutEndLine(); - m->mothurOut("If D-Statistic is less than the critical value then the data fits the Broken Stick model w/ 95% confidence.\n\n");*/ + m->mothurOut("If D-Statistic is less than the critical value then the data fits the Broken Stick model w/ 95% confidence.\n");*/ if (isnan(data[0]) || isinf(data[0])) { data[0] = 0; }