X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitabundcommand.cpp;h=a8ca812e0e0cb6854fd3c806e8e26249eb9400a2;hb=5bb0453ee6ab8f7e700b5d0c61a84fdc73db4976;hp=80145bfee4f3bfad04ae5becb2f5198e7a109abb;hpb=0983603e15dcb69eb01934685d55408156d3b85f;p=mothur.git diff --git a/splitabundcommand.cpp b/splitabundcommand.cpp index 80145bf..a8ca812 100644 --- a/splitabundcommand.cpp +++ b/splitabundcommand.cpp @@ -332,7 +332,7 @@ int SplitAbundCommand::execute(){ if (accnos) { writeAccnos(tag); } if (fastafile != "") { parseFasta(tag); } } - + m->mothurOutEndLine(); m->mothurOut("Output File Names: "); m->mothurOutEndLine(); for (int i = 0; i < outputNames.size(); i++) { m->mothurOut(outputNames[i]); m->mothurOutEndLine(); }