X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=matrixoutputcommand.h;h=a19ffc813945e7d8b9ead51a716149881091ad2f;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=5ddfb2c1c788e2d09f0f7ffcf4658a04f9e79c47;hpb=a2cde58c1e72199498a2142983ef040dce36da10;p=mothur.git diff --git a/matrixoutputcommand.h b/matrixoutputcommand.h index 5ddfb2c..a19ffc8 100644 --- a/matrixoutputcommand.h +++ b/matrixoutputcommand.h @@ -55,6 +55,7 @@ #include "memeuclidean.h" #include "mempearson.h" #include "sharedjsd.h" +#include "sharedrjsd.h" // aka. dist.shared() @@ -227,6 +228,8 @@ static DWORD WINAPI MyDistSharedThreadFunction(LPVOID lpParam){ matrixCalculators.push_back(new MemPearson()); }else if (pDataArray->Estimators[i] == "jsd") { matrixCalculators.push_back(new JSD()); + }else if (pDataArray->Estimators[i] == "rjsd") { + matrixCalculators.push_back(new RJSD()); } }