X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=amovacommand.cpp;h=f1e5f61197475b43d52d7dac46dab04cc7f657c2;hb=9489965363593bb2a3e94f801b4079a32ddf8732;hp=af867de3bf4811e00f98904f06935ac95a8313f3;hpb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;p=mothur.git diff --git a/amovacommand.cpp b/amovacommand.cpp index af867de..f1e5f61 100644 --- a/amovacommand.cpp +++ b/amovacommand.cpp @@ -282,7 +282,7 @@ double AmovaCommand::runAMOVA(ofstream& AMOVAFile, map > gro m->mothurOut("df\t" + toString(dfAmong) + '\t' + toString(dfWithin) + '\t' + toString(dfTotal) + '\n'); AMOVAFile << "MS\t" << MSAmong << '\t' << MSWithin << endl << endl; - m->mothurOut("MS\t" + toString(MSAmong) + '\t' + toString(MSWithin) + "\n"); + m->mothurOut("MS\t" + toString(MSAmong) + '\t' + toString(MSWithin) + "\n\n"); AMOVAFile << "Fs:\t" << Fs << endl; m->mothurOut("Fs:\t" + toString(Fs) + '\n');