From 952d4416d210edc7cc18cfd5dd124d9766b31d05 Mon Sep 17 00:00:00 2001 From: Sarah Westcott Date: Mon, 6 Mar 2017 16:39:18 -0500 Subject: [PATCH] Fixes compile issues Windows --- source/commands/phylodiversitycommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/commands/phylodiversitycommand.h b/source/commands/phylodiversitycommand.h index 402da5a5..1585042e 100644 --- a/source/commands/phylodiversitycommand.h +++ b/source/commands/phylodiversitycommand.h @@ -95,7 +95,7 @@ static DWORD WINAPI MyPhyloDivThreadFunction(LPVOID lpParam){ vector mGroups = pDataArray->m->getGroups(); for (int l = 0; l < pDataArray->numIters; l++) { - m->mothurRandomShuffle(pDataArray->randomLeaf); + pDataArray->m->mothurRandomShuffle(pDataArray->randomLeaf); //initialize counts map counts;