X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustercommand.cpp;h=6f6e309331df3caf27dc5d2d0c6d4e19ab246590;hb=813f0516e9c7533859f57ebe6d7b8854896bf009;hp=5e6a9b45aea94babdb66d7c928f48b323e88d573;hpb=fdc1f6eaf544f695fc1511f24bddd7e6069c33ba;p=mothur.git diff --git a/clustercommand.cpp b/clustercommand.cpp index 5e6a9b4..6f6e309 100644 --- a/clustercommand.cpp +++ b/clustercommand.cpp @@ -154,7 +154,7 @@ int ClusterCommand::execute(){ double saveCutoff = cutoff; while (matrix->getSmallDist() < cutoff && matrix->getNNodes() > 0){ - + if (m->control_pressed) { //clean up delete globaldata->gSparseMatrix; globaldata->gSparseMatrix = NULL; delete globaldata->gListVector; globaldata->gListVector = NULL;