Home
last modified time | relevance | path

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

/dports/biology/migrate/migrate-3.6.11/src/
H A Ddata.c609 (char *) mycalloc (1, sizeof (char) * (options->allelenmlength+1)); in init_data_structure2()
611 (char *) mycalloc (1, sizeof (char) * (options->allelenmlength+1)); in init_data_structure2()
680 (char *) mycalloc (options->allelenmlength+1, sizeof (char)); in init_data_structure3()
1038 if (options->allelenmlength < data->seq[0]->sites[locus]) in read_sites()
1039 options->allelenmlength = data->seq[0]->sites[locus]; in read_sites()
1463 sprintf (data->yy[pop][ind][locus][0], "%-.*s",(int) options->allelenmlength,a1); in read_microalleles()
1464 sprintf (data->yy[pop][ind][locus][1], "%-.*s",(int) options->allelenmlength,a2); in read_microalleles()
H A Dmigration.h415 long allelenmlength; /* length of allele names */ member
H A Doptions.c179 options->allelenmlength = DEFAULT_ALLELENMLENGTH; in init_options()
H A Dtree.c1518 (char *) mycalloc (1, sizeof (char) * options->allelenmlength); in distance_allele()