Home
last modified time | relevance | path

Searched defs:in_phen (Results 1 – 2 of 2) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcPhenotype.cc116 cPhenotype::cPhenotype(const cPhenotype& in_phen) : m_reaction_result(NULL) in cPhenotype()
122 cPhenotype& cPhenotype::operator=(const cPhenotype& in_phen) in operator =()
/dports/biology/gcta/gcta_1.26.0_src/
H A Dest_hsq.cpp42 ifstream in_phen(phen_file.c_str()); in read_phen() local