Home
last modified time | relevance | path

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

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dnexus.c355 if(state_len > T_MAX_STATE) in Read_Nexus_Format()
357 PhyML_Printf("\n== A state cannot contain more than %d characters. Sorry.\n",T_MAX_STATE); in Read_Nexus_Format()
H A Dutilities.h274 #define T_MAX_STATE 5 macro
H A Dmake.c1053 for(i=0;i<T_MAX_ALPHABET;i++) io->alphabet[i] = (char *)mCalloc(T_MAX_STATE,sizeof(char )); in Make_Input()