Home
last modified time | relevance | path

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

/dports/biology/migrate/migrate-3.6.11/src/
H A Ddefinitions.h563 #define MAXCATEGS 9 macro
H A Dmigration.h85 typedef MYREAL contribarr[MAXCATEGS]; //!< \todo conditional likelihoods should change to 1-D vector
86 typedef short seqval[MAXCATEGS];
H A Dsequence.c230 printf ("Number of categories (1-%d)?\n", MAXCATEGS); in initcatn()
234 while (*categs > MAXCATEGS || *categs < 1); in initcatn()