X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getsabundcommand.cpp;h=22abde5fade29a689fa88266772f5e3445d5158c;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=f4838cf8a72a75708085b3917b8828939e43f683;hpb=af0a94ea8f02421b2b73e77e68753a2b4c37768e;p=mothur.git diff --git a/getsabundcommand.cpp b/getsabundcommand.cpp index f4838cf..22abde5 100644 --- a/getsabundcommand.cpp +++ b/getsabundcommand.cpp @@ -307,7 +307,7 @@ int GetSAbundCommand::execute(){ int GetSAbundCommand::processList(ofstream& out){ try { CountTable ct; - ct.readTable(countfile, false); + ct.readTable(countfile, false, false); InputData input(inputfile, format); ListVector* list = input.getListVector();