]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedlistvector.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / sharedlistvector.cpp
index 0ee2f795cea302bd98a31285b278479f13ef17f3..2ce250ba908b4b45fa200b845275af22c3ca3be6 100644 (file)
@@ -32,7 +32,7 @@ SharedListVector::SharedListVector(ifstream& f) : DataVector(), maxRank(0), numB
             groupmap->readMap(); 
         }else {
             countTable = new CountTable();
-            countTable->readTable(m->getCountTableFile(), true);
+            countTable->readTable(m->getCountTableFile(), true, false);
         }
 
                int hold;