Home
last modified time | relevance | path

Searched refs:parammgen (Results 1 – 2 of 2) sorted by path

/dports/biology/migrate/migrate-3.6.11/src/
H A Doptions.c747 char paramtgen[LINESIZE], parammgen[LINESIZE]; in print_options() local
793 strcpy (parammgen, "from guessed values"); in print_options()
796 strcpy (parammgen, "from the FST-calculation"); in print_options()
802 strcpy (parammgen, "RANDOM start value from N(mean,std)"); in print_options()
805 strcpy (parammgen, "RANDOM start value from U(min,max)"); in print_options()
808 strcpy (parammgen, "ERROR"); in print_options()
965 fprintf (file, " M values were generated %s\n", parammgen); in print_options()
H A Dpretty.c3206 char paramtgen[LINESIZE], parammgen[LINESIZE]; in pdf_print_options() local
3252 strcpy (parammgen, "from guessed values"); in pdf_print_options()
3255 strcpy (parammgen, "from the FST-calculation"); in pdf_print_options()
3258 strcpy (parammgen, "RANDOM start value from N(mean,std)"); in pdf_print_options()
3261 strcpy (parammgen, "RANDOM start value from U(min,max)"); in pdf_print_options()
3264 strcpy (parammgen, "ERROR"); in pdf_print_options()
3403 pdf_printf_right_next(left_margin, &page_height," %s", parammgen); in pdf_print_options()