X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarefact.cpp;h=d8a6b5cc2be05f8022da2c9234a358bb6fa98e8c;hb=f5ef644ce76074de08b2bbb64097619b2b16d60d;hp=ec77dd57f2ce811bcac6fa588ee715114eb10f1c;hpb=cbb336d5650cfe1f83a398a837794dcfbbbd3756;p=mothur.git diff --git a/rarefact.cpp b/rarefact.cpp index ec77dd5..d8a6b5c 100644 --- a/rarefact.cpp +++ b/rarefact.cpp @@ -116,7 +116,7 @@ int Rarefact::createProcesses(vector& procIters, RarefactionCurveData* rcd, try { #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) int process = 1; - int num = 0; + vector processIDS; EstOutput results; @@ -183,7 +183,7 @@ try { } //if jumble is false all iters will be the same - if (globaldata->jumble == false) { nIters = 1; } + if (m->jumble == false) { nIters = 1; } //convert freq percentage to number int increment = 1; @@ -196,7 +196,7 @@ try { displays[i]->init(label); } - if (globaldata->jumble == true) { + if (m->jumble == true) { //randomize the groups random_shuffle(lookup.begin(), lookup.end()); }