Home
last modified time | relevance | path

Searched refs:batch_to (Results 1 – 1 of 1) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/analyze/
H A DcAnalyze.cc8486 int batch_to = cur_batch; in BatchDuplicate() local
8487 if (cur_string.GetSize() > 0) batch_to = cur_string.PopWord().AsInt(); in BatchDuplicate()
8490 cout << "Duplicating from batch " << batch_from << " to batch " << batch_to << "." << endl; in BatchDuplicate()
8497 batch[batch_to].List().PushRear(new_genotype); in BatchDuplicate()
8500 batch[batch_to].SetLineage(false); in BatchDuplicate()
8501 batch[batch_to].SetAligned(false); in BatchDuplicate()
8795 int batch_to = cur_batch; in BatchCompete() local
8796 if (cur_string.GetSize() > 0) batch_to = cur_string.PopWord().AsInt(); in BatchCompete()
8923 batch[batch_to].List().PushRear(new_genotype); in BatchCompete()
8930 batch[batch_to].SetLineage(false); in BatchCompete()
[all …]