Home
last modified time | relevance | path

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

/dports/biology/avida/avida-2.12.4-src/avida-core/source/analyze/
H A DcAnalyze.cc951 cAnalyzeGenotype * found_genotype = in FindOrganism() local
953 if ( found_genotype->GetNumCPUs() != 0 && found_genotype->GetViable()) { in FindOrganism()
954 found_genotype->SetNumCPUs(found_genotype->GetNumCPUs()-1); in FindOrganism()
955 new_counts[gen_list.FindPosPtr(found_genotype)] +=1; in FindOrganism()
956 cout << "Found genotype " << gen_list.FindPosPtr(found_genotype) << endl; in FindOrganism()
968 cAnalyzeGenotype * found_genotype = in FindOrganism() local
970 if ( found_genotype->GetNumCPUs() != 0 && found_genotype->GetViable()) { in FindOrganism()
971 new_counts[gen_list.FindPosPtr(found_genotype)] +=1; in FindOrganism()
972 cout << "Found genotype " << gen_list.FindPosPtr(found_genotype) << endl; in FindOrganism()