X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedlistvector.cpp;h=0ee2f795cea302bd98a31285b278479f13ef17f3;hp=223ca073fa2c5c9c083d5d20bc024fe82f724b68;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=bfc3401db792f7630a5bfe7aea44b4eb5bae6e6f 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;