Home
last modified time | relevance | path

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

/dports/biology/recombine/recombine1.41/
H A Drecombine.h332 long numhaplotypes; member
532 void init_creature(creature *cr, long numhaplotypes);
H A Drecombine.c2659 void init_creature(creature *cr, long numhaplotypes) in init_creature() argument
2662 cr->numhaplotypes = numhaplotypes; in init_creature()
2664 cr->haplotypes = (node **)calloc(numhaplotypes,sizeof(node *)); in init_creature()
2701 for(j = 0; j < curtree->creatures[i].numhaplotypes; j++) in treesetup()
4971 target->numhaplotypes = source->numhaplotypes; in copycreature()
4972 target->haplotypes = (node **)calloc(target->numhaplotypes,sizeof(node *)); in copycreature()
4973 for(i = 0; i < target->numhaplotypes; i++) { in copycreature()