]> git.donarmstrong.com Git - mothur.git/blobdiff - validcalculator.cpp
This is mothur v 1.2.0 - the April ~24, 2009 release
[mothur.git] / validcalculator.cpp
index 72d404147a3b71bf9a6b1efe82098f943558adf4..70299cb23dca8910e47c9fc8589e8f3d7543f18a 100644 (file)
@@ -398,6 +398,7 @@ void ValidCalculators::initialTreeGroups() {
                treegroup["thetayc"]                            = "thetayc";
                treegroup["thetan"]                                     = "thetan";
                treegroup["morisitahorn"]                       = "morisitahorn";
+               treegroup["braycurtis"]                 = "braycurtis";
        }
        catch(exception& e) {
                cout << "Standard Error: " << e.what() << " has occurred in the ValidCalculator class Function initialTreeGroups. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
@@ -420,6 +421,7 @@ void ValidCalculators::initialBoot() {
                boot["thetayc"]                         = "thetayc";
                boot["thetan"]                          = "thetan";
                boot["morisitahorn"]            = "morisitahorn";
+               boot["braycurtis"]                      = "braycurtis";
        }
        catch(exception& e) {
                cout << "Standard Error: " << e.what() << " has occurred in the ValidCalculator class Function initialBoot. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";