Home
last modified time | relevance | path

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

/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcStats.h241 int tot_genotypes; variable
690 void AddGenotype() { tot_genotypes++; } in AddGenotype()
802 int GetTotGenotypes() const { return tot_genotypes; } in GetTotGenotypes()
H A DcStats.cc119 , tot_genotypes(0) in cStats()
1207 df.Write(tot_genotypes, "Total Genotypes"); in PrintTotalsData()