X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getsabundcommand.cpp;h=22abde5fade29a689fa88266772f5e3445d5158c;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;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();