X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustersplitcommand.cpp;fp=clustersplitcommand.cpp;h=09c2da84c64b2d0558ede1bf5bde35b1ddfc43cd;hb=9b53f130ac9af5e95444ce2e817fce25ed19ff03;hp=b3ce0f938c90d55fcfb86360677e3fd5e93a01b5;hpb=5c5c0428f6d548c28a8b903ac80efed4f92d59db;p=mothur.git diff --git a/clustersplitcommand.cpp b/clustersplitcommand.cpp index b3ce0f9..09c2da8 100644 --- a/clustersplitcommand.cpp +++ b/clustersplitcommand.cpp @@ -1285,7 +1285,7 @@ string ClusterSplitCommand::clusterFile(string thisDistFile, string thisNamefile ct = new CountTable(); ct->readTable(thisNamefile); read->read(ct); - } + }else { read->read(nameMap); } list = read->getListVector(); oldList = *list;