]> git.donarmstrong.com Git - mothur.git/blobdiff - distancecommand.cpp
added template=self capability to chimers.slayer, worked on corr.axes and added accno...
[mothur.git] / distancecommand.cpp
index cf7939ca233ff2a150e1c7589baed81d151d54d7..3711a1d52c796006a354e3a341e4ba250fd8cf20 100644 (file)
@@ -49,7 +49,7 @@ vector<string> DistanceCommand::getRequiredParameters(){
                return myArray;
        }
        catch(exception& e) {
-               m->errorOut(e, "ChopSeqsCommand", "getRequiredParameters");
+               m->errorOut(e, "DistanceCommand", "getRequiredParameters");
                exit(1);
        }
 }
@@ -314,7 +314,7 @@ int DistanceCommand::execute(){
                        //delete filename;
 
                        if (pid == 0) { //you are the root process 
-                       
+                               
                                //do your part
                                string outputMyPart;