X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bootstrapsharedcommand.h;h=cf68e00b42b3e3eb2db96ae4d7e1bb23b3d22096;hb=4c8e0f463a145681fab553c7d46f3de8570586b3;hp=ee393f9eb3fecd8cac0ddfbea3c5e69863b8a621;hpb=0bb069a445785a88a95e3f1427afba7df056a0b3;p=mothur.git diff --git a/bootstrapsharedcommand.h b/bootstrapsharedcommand.h index ee393f9..cf68e00 100644 --- a/bootstrapsharedcommand.h +++ b/bootstrapsharedcommand.h @@ -19,7 +19,7 @@ #include "tree.h" #include "treemap.h" #include "sharedutilities.h" -#include "concensuscommand.h" +#include "consensuscommand.h" class GlobalData; @@ -43,7 +43,7 @@ private: TreeMap* tmap; Tree* t; Tree* tempTree; - ConcensusCommand* concensus; + ConcensusCommand* consensus; vector< vector > trees; //a vector of trees for each calculator chosen vector treeCalculators; vector out;