]> git.donarmstrong.com Git - mothur.git/blobdiff - bootstrapsharedcommand.cpp
This is mothur v 1.2.0 - the April ~24, 2009 release
[mothur.git] / bootstrapsharedcommand.cpp
index 5c2e1714d97612bb595044fc566d61bd47c540ec..9051dd8ea6b11311921e19a1d194bbc7856d3f14 100644 (file)
@@ -17,6 +17,7 @@
 #include "sharedthetayc.h"
 #include "sharedthetan.h"
 #include "sharedmorisitahorn.h"
+#include "sharedbraycurtis.h"
 
 
 //**********************************************************************************************************************
@@ -51,6 +52,8 @@ BootSharedCommand::BootSharedCommand(){
                                        treeCalculators.push_back(new ThetaN());
                                }else if (globaldata->Estimators[i] == "morisitahorn") { 
                                        treeCalculators.push_back(new MorHorn());
+                               }else if (globaldata->Estimators[i] == "braycurtis") { 
+                                       treeCalculators.push_back(new BrayCurtis());
                                }
                        }
                }