Permalink
Browse files

Fixes compile issues Windows

  • Loading branch information...
1 parent 67d0c29 commit 952d4416d210edc7cc18cfd5dd124d9766b31d05 @mothur-westcott mothur-westcott committed Mar 6, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 source/commands/phylodiversitycommand.h
@@ -95,7 +95,7 @@ static DWORD WINAPI MyPhyloDivThreadFunction(LPVOID lpParam){
vector<string> mGroups = pDataArray->m->getGroups();
for (int l = 0; l < pDataArray->numIters; l++) {
- m->mothurRandomShuffle(pDataArray->randomLeaf);
+ pDataArray->m->mothurRandomShuffle(pDataArray->randomLeaf);
//initialize counts
map<string, int> counts;

0 comments on commit 952d441

Please sign in to comment.