Home
last modified time | relevance | path

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

/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcPhenotype.cc316 last_child_fertile = in_phen.last_child_fertile; in operator =()
519 is_fertile = parent_phenotype.last_child_fertile; in SetupOffspring()
547 last_child_fertile = is_fertile; in SetupOffspring()
741 last_child_fertile = true; in SetupInject()
951 last_child_fertile = child_fertile; in DivideReset()
1164 (void) last_child_fertile; in TestDivideReset()
1338 is_fertile = clone_phenotype.last_child_fertile; in SetupClone()
1357 last_child_fertile = is_fertile; in SetupClone()
2154 last_child_fertile = child_fertile; in TrialDivideReset()
H A DcPhenotype.h297 bool last_child_fertile; // Was the child being born to be fertile? variable