X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mgclustercommand.cpp;fp=mgclustercommand.cpp;h=dd98b3764884f5c50009d8e9e7422a71681d94c1;hb=0cefb55a2616975bd4a144fc345693695ffc9bb6;hp=a845e0bfe080782b2b12d2f1a634925781578d70;hpb=44f3a3c81a34fdee62550d98838a4b421e8df08e;p=mothur.git diff --git a/mgclustercommand.cpp b/mgclustercommand.cpp index a845e0b..dd98b37 100644 --- a/mgclustercommand.cpp +++ b/mgclustercommand.cpp @@ -287,7 +287,7 @@ int MGClusterCommand::execute(){ if (!hclusterWanted) { //get distmatrix and overlap - SparseMatrix* distMatrix = read->getDistMatrix(); + SparseDistanceMatrix* distMatrix = read->getDistMatrix(); overlapMatrix = read->getOverlapMatrix(); //already sorted by read delete read;