]> git.donarmstrong.com Git - mothur.git/blobdiff - clustercommand.cpp
some changes while testing 1.9
[mothur.git] / clustercommand.cpp
index 5e6a9b45aea94babdb66d7c928f48b323e88d573..6f6e309331df3caf27dc5d2d0c6d4e19ab246590 100644 (file)
@@ -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;