X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=clustersplitcommand.cpp;h=b097f382024d5be9c56bd346723e398b10ef3725;hb=5a4ac4f954c4b4445bcee272f1f8220ddcc9c1e4;hp=fc0211ee5a5432ef610c6f22696bff74adf0c72b;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/clustersplitcommand.cpp b/clustersplitcommand.cpp index fc0211e..b097f38 100644 --- a/clustersplitcommand.cpp +++ b/clustersplitcommand.cpp @@ -1197,7 +1197,7 @@ string ClusterSplitCommand::clusterFile(string thisDistFile, string thisNamefile string listFileName = ""; Cluster* cluster = NULL; - SparseMatrix* matrix = NULL; + SparseDistanceMatrix* matrix = NULL; ListVector* list = NULL; ListVector oldList; RAbundVector* rabund = NULL; @@ -1227,7 +1227,7 @@ string ClusterSplitCommand::clusterFile(string thisDistFile, string thisNamefile list = read->getListVector(); oldList = *list; - matrix = read->getMatrix(); + matrix = read->getDMatrix(); delete read; read = NULL; delete nameMap; nameMap = NULL;