]> git.donarmstrong.com Git - mothur.git/blobdiff - treegroupscommand.cpp
This is mothur v 1.2.0 - the April ~24, 2009 release
[mothur.git] / treegroupscommand.cpp
index 7791d5ecd913c431114a9de5afb2ca651ec1232c..e50fbaad53f0438a44bc25bf5b7c55fbf9146b83 100644 (file)
@@ -17,6 +17,7 @@
 #include "sharedthetayc.h"
 #include "sharedthetan.h"
 #include "sharedmorisitahorn.h"
+#include "sharedbraycurtis.h"
 
 
 //**********************************************************************************************************************
@@ -49,6 +50,8 @@ TreeGroupCommand::TreeGroupCommand(){
                                        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());
                                }
                        }
                }