Permalink
Browse files
Fixes compile issues Windows
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+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