Home
last modified time | relevance | path

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

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dancestral.c555 tree->io->fp_out_ancestral_tree = Openfile(tree->io->out_ancestral_tree_file,1); in Ancestral_Sequences()
588 PhyML_Fprintf(tree->io->fp_out_ancestral_tree,"%s",s); in Ancestral_Sequences()
593 fclose(tree->io->fp_out_ancestral_tree); in Ancestral_Sequences()
H A Dutilities.h1247 …FILE *fp_out_ancestral_tree; /*! pointer to the file containing the tree with labels on int… member
H A Dinit.c543 io->fp_out_ancestral_tree = NULL; in Set_Defaults_Input()