Home
last modified time | relevance | path

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

/dports/biology/mafft/mafft-7.267-without-extensions/core/
H A Daddsingle.c179 int *pickhistory; in dorealignment_tree() local
300 pickhistory = AllocateIntVec( ngroup ); in dorealignment_tree()
308 pickhistory[i] = -1; in dorealignment_tree()
343 if( pickhistory[hit1] == -1 ) in dorealignment_tree()
350 intcpy( topolpick[nhit][0], topolpick[pickhistory[hit1]][0] ); in dorealignment_tree()
351 intcat( topolpick[nhit][0], topolpick[pickhistory[hit1]][1] ); in dorealignment_tree()
353 if( pickhistory[hit2] == -1 ) in dorealignment_tree()
360 intcpy( topolpick[nhit][1], topolpick[pickhistory[hit2]][0] ); in dorealignment_tree()
364 pickhistory[hit1] = nhit; in dorealignment_tree()
365 pickhistory[hit2] = nhit; in dorealignment_tree()
[all …]