Home
last modified time | relevance | path

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

/dports/biology/migrate/migrate-3.6.11/src/
H A Dmenu.c725 options->inheritance_scalars_numalloc = atol(input); in change_inheritance()
727 sizeof(MYREAL)*options->inheritance_scalars_numalloc); in change_inheritance()
728 while(count < options->inheritance_scalars_numalloc) in change_inheritance()
778 options->inheritance_scalars_numalloc>1 ? "YES" : " NO"); in menuData()
811 options->inheritance_scalars_numalloc>1 ? "YES" : " NO"); in menuData()
844 options->inheritance_scalars_numalloc>1 ? "YES" : " NO"); in menuData()
910 options->inheritance_scalars_numalloc>1 ? "YES" : " NO"); in menuData()
H A Doptions.c456 options->inheritance_scalars_numalloc = 1; in init_options()
914 …itance scalers in use for Thetas (specified scalars=%li)\n",options->inheritance_scalars_numalloc); in print_options()
918 if(i<options->inheritance_scalars_numalloc) in print_options()
921 fprintf (file, "%2.2f ", options->inheritance_scalars[options->inheritance_scalars_numalloc-1]); in print_options()
2434 input = (char *) mycalloc(options->inheritance_scalars_numalloc * 50, sizeof(char)); in print_parm_inheritence()
2436 for(locus=1; locus < options->inheritance_scalars_numalloc; locus++) in print_parm_inheritence()
2808 … print_parm_mutable(&bufsize, buffer, allocbufsize, "%li ",options->inheritance_scalars_numalloc); in save_inheritance_scalars_buffer()
2809 for(i=0; i < options->inheritance_scalars_numalloc; i++) in save_inheritance_scalars_buffer()
5248 if(z >= options->inheritance_scalars_numalloc) in numbercheck()
5250 options->inheritance_scalars_numalloc = z+1; in numbercheck()
[all …]
H A Dmigration.h587 long inheritance_scalars_numalloc; member
H A Dworld.c250 if(options->inheritance_scalars_numalloc < options->muloci) in fill_worldoptions()
252 for (i = options->inheritance_scalars_numalloc-1; i < options->muloci; i++) in fill_worldoptions()
H A Dpretty.c3347 if(i<options->inheritance_scalars_numalloc) in pdf_print_options()
3350 …, page_width-55.0, "%2.2f", options->inheritance_scalars[options->inheritance_scalars_numalloc-1]); in pdf_print_options()