X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustersplitcommand.cpp;fp=clustersplitcommand.cpp;h=b097f382024d5be9c56bd346723e398b10ef3725;hb=0cefb55a2616975bd4a144fc345693695ffc9bb6;hp=fc0211ee5a5432ef610c6f22696bff74adf0c72b;hpb=44f3a3c81a34fdee62550d98838a4b421e8df08e;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;