X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classifyseqscommand.cpp;h=7d015a85aed7e084926a918888f6e5ee761228cc;hb=1f78a8c454a636f19b4711bd52782ea1e3e81d3d;hp=eee316093d81b9385cac7ff428ed2671cf3aee1e;hpb=8ab46c171b45ae3782d839539792d049017a361b;p=mothur.git diff --git a/classifyseqscommand.cpp b/classifyseqscommand.cpp index eee3160..7d015a8 100644 --- a/classifyseqscommand.cpp +++ b/classifyseqscommand.cpp @@ -635,7 +635,7 @@ int ClassifySeqsCommand::execute(){ rename(unclass.c_str(), newTaxonomyFile.c_str()); m->mothurOutEndLine(); - m->mothurOut("It took " + toString(time(NULL) - start) + " secs to create the summary file for " + toString(numFastaSeqs) + " sequences."); m->mothurOutEndLine(); m->mothurOutEndLine(); + m->mothurOut("It took " + toString(time(NULL) - start) + " secs to create the summary file for " + toString(numFastaSeqs) + " sequences."); m->mothurOutEndLine(); m->mothurOutEndLine(); #ifdef USE_MPI }