]> git.donarmstrong.com Git - mothur.git/blobdiff - summarysharedcommand.h
fixes while testing 1.33.0
[mothur.git] / summarysharedcommand.h
index 1b3f16469bfc64345631f489e4c6651895041de0..7a2a1909368fc9c71edbcbc90add7d3a966ac95d 100644 (file)
@@ -57,6 +57,7 @@
 #include "memeuclidean.h"
 #include "mempearson.h"
 #include "sharedjsd.h"
+#include "sharedrjsd.h"
 
 class SummarySharedCommand : public Command {
 
@@ -219,6 +220,8 @@ static DWORD WINAPI MySummarySharedThreadFunction(LPVOID lpParam){
                     sumCalculators.push_back(new MemPearson());
                 }else if (pDataArray->Estimators[i] == "jsd") {
                     sumCalculators.push_back(new JSD());
+                }else if (pDataArray->Estimators[i] == "rjsd") {
+                    sumCalculators.push_back(new RJSD());
                 }
             }
         }