Home
last modified time | relevance | path

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

/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcPopulation.cc6799 tArray<int> phenotype_counts; in PrintPhenotypeData() local
6825 phenotype_counts[k] = phenotype_counts[k] + 1; in PrintPhenotypeData()
6832 phenotype_counts.Push(1); in PrintPhenotypeData()
6848 for (int j = 0; j < phenotype_counts.GetSize(); j++) { in PrintPhenotypeData()
6923 tArray<int> phenotype_counts; in PrintHostPhenotypeData() local
6949 phenotype_counts[k] = phenotype_counts[k] + 1; in PrintHostPhenotypeData()
6956 phenotype_counts.Push(1); in PrintHostPhenotypeData()
6972 for (int j = 0; j < phenotype_counts.GetSize(); j++) { in PrintHostPhenotypeData()
7001 tArray<int> phenotype_counts; in PrintParasitePhenotypeData() local
7027 phenotype_counts[k] = phenotype_counts[k] + 1; in PrintParasitePhenotypeData()
[all …]