X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getoturepcommand.cpp;h=35e6924414931a11a5b476e5ecd77a9622bad8c2;hb=753dc84cf289b1d5dc0ca5b0c043640927aa951a;hp=791889996a0ec1d7c726885d22eb7277388d7f14;hpb=de2dc9fb831f569b823031d0730f5a0d739e8290;p=mothur.git diff --git a/getoturepcommand.cpp b/getoturepcommand.cpp index 7918899..35e6924 100644 --- a/getoturepcommand.cpp +++ b/getoturepcommand.cpp @@ -91,7 +91,7 @@ GetOTURepCommand::GetOTURepCommand(string option){ if (abort == false) { - if(globaldata->gSparseMatrix != NULL) { matrix = new SparseMatrix(*globaldata->gSparseMatrix); } + if(globaldata->gSparseMatrix != NULL) { matrix = globaldata->gSparseMatrix; } //globaldata->gListVector bin 0 = first name read in distance matrix, globaldata->gListVector bin 1 = second name read in distance matrix if(globaldata->gListVector != NULL) {