]> git.donarmstrong.com Git - mothur.git/blobdiff - distancecommand.cpp
working on nmds command
[mothur.git] / distancecommand.cpp
index 4cb98419fd23f540e174b068dd9a832b79fb3036..a3cebe27ac3a0dec63f8b21b3d1a446864350d28 100644 (file)
@@ -314,7 +314,7 @@ int DistanceCommand::execute(){
                        //delete filename;
 
                        if (pid == 0) { //you are the root process 
-                       
+                               
                                //do your part
                                string outputMyPart;
                                
@@ -1151,6 +1151,8 @@ bool DistanceCommand::sanityCheck() {
                        remove(outputFile.c_str()); //temp file is bad because file mismatch above
                }
                
+               return good;
+               
        }
        catch(exception& e) {
                m->errorOut(e, "DistanceCommand", "sanityCheck");