X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitabundcommand.cpp;h=8131fa9195f6b8d939b27891605dd862d618964b;hb=e0ce7cbc93d7d2fbb753ca694182db092a0ea0e7;hp=989ef596168ff1894009fd8c625edc881197ef87;hpb=0ca63a8165baa0afa459e644ebe140ba496d5ba0;p=mothur.git diff --git a/splitabundcommand.cpp b/splitabundcommand.cpp index 989ef59..8131fa9 100644 --- a/splitabundcommand.cpp +++ b/splitabundcommand.cpp @@ -216,7 +216,6 @@ SplitAbundCommand::SplitAbundCommand(string option) { m->mothurConvert(temp, cutoff); if (cutoff == 0) { m->mothurOut("You must provide a cutoff to qualify what is abundant for the split.abund command. "); m->mothurOutEndLine(); abort = true; } - } }