X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapsimcommand.cpp;h=14c55308852a6e3de86b6747981c160ec9a62723;hb=f3e0de2c55da5c524abb3b404f77cb84aa1ddd34;hp=01a60aea3b01ad2ce95584c33280e7dde4d8147f;hpb=af0a94ea8f02421b2b73e77e68753a2b4c37768e;p=mothur.git diff --git a/heatmapsimcommand.cpp b/heatmapsimcommand.cpp index 01a60ae..14c5530 100644 --- a/heatmapsimcommand.cpp +++ b/heatmapsimcommand.cpp @@ -543,7 +543,7 @@ int HeatMapSimCommand::runCommandDist() { } }else if (countfile != "") { nameMap = NULL; - ct.readTable(countfile, true); + ct.readTable(countfile, true, false); names = ct.getNamesOfSeqs(); }