]> git.donarmstrong.com Git - mothur.git/blobdiff - bstick.cpp
changed random forest output filename
[mothur.git] / bstick.cpp
index 9c36cd9d37c86d624e4ee43023287a4cf7a7cbd0..67507a9967ef82effe923662298960ecf00618b8 100644 (file)
@@ -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; }