]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefact.cpp
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / rarefact.cpp
index 032cd93752db10521d18495aa141888e37720963..d8a6b5cc2be05f8022da2c9234a358bb6fa98e8c 100644 (file)
@@ -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());
                        }