]> git.donarmstrong.com Git - mothur.git/blobdiff - bootstrapsharedcommand.h
fixed misspelling on consensus
[mothur.git] / bootstrapsharedcommand.h
index ee393f9eb3fecd8cac0ddfbea3c5e69863b8a621..cf68e00b42b3e3eb2db96ae4d7e1bb23b3d22096 100644 (file)
@@ -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<Tree*> > trees;  //a vector of trees for each calculator chosen
        vector<Calculator*> treeCalculators;
        vector<ofstream*> out;