]> git.donarmstrong.com Git - mothur.git/blobdiff - readdistcommand.cpp
fixed bug with hcluster
[mothur.git] / readdistcommand.cpp
index c4756c3260db6a660526ef09b66f668b25de12ef..719740cf7589e121029197bb46e30bbdd62e6bda 100644 (file)
@@ -155,7 +155,7 @@ int ReadDistCommand::execute(){
                
                if (abort == true) {    return 0;       }
 
-               //time_t start = time(NULL);
+               time_t start = time(NULL);
                size_t numDists = 0;
                
                if (format == "matrix") {
@@ -203,7 +203,7 @@ int ReadDistCommand::execute(){
                //      }
       //mothurOut(dist_string); mothurOutEndLine(); mothurOut(count_string); mothurOutEndLine();
                }
-               //mothurOut("It took " + toString(time(NULL) - start) + " secs to read " + toString(numDists) + " distances (cutoff: " + toString(cutoff) + ")"); mothurOutEndLine();
+               mothurOut("It took " + toString(time(NULL) - start) + " secs to read "); mothurOutEndLine();
                return 0;
                
        }