X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedlistvector.cpp;h=0ee2f795cea302bd98a31285b278479f13ef17f3;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hp=223ca073fa2c5c9c083d5d20bc024fe82f724b68;hpb=ce8794490ab1d83adcdb2b92e0302a1e43e17adf;p=mothur.git diff --git a/sharedlistvector.cpp b/sharedlistvector.cpp index 223ca07..0ee2f79 100644 --- a/sharedlistvector.cpp +++ b/sharedlistvector.cpp @@ -32,7 +32,7 @@ SharedListVector::SharedListVector(ifstream& f) : DataVector(), maxRank(0), numB groupmap->readMap(); }else { countTable = new CountTable(); - countTable->readTable(m->getCountTableFile()); + countTable->readTable(m->getCountTableFile(), true); } int hold;