Home
last modified time | relevance | path

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

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dcl.c468 io->mod->fp_aa_rate_mat = Openfile(s,0); in Read_Command_Line()
1687 if(io->datatype == AA && io->mod->whichmodel == CUSTOMAA && !io->mod->fp_aa_rate_mat) in Read_Command_Line()
H A Dxml.c705 ds->obj = (FILE *)(mod->fp_aa_rate_mat); in XML_Process_Base()
747 mod->fp_aa_rate_mat = (FILE *)ds->obj; in XML_Process_Base()
H A Dinit.c1345 mod->fp_aa_rate_mat = Openfile(mod->aa_rate_mat_file->s,READ); in Init_Model()
1346 Read_Qmat(mod->r_mat->qmat->v,mod->e_frq->pi->v,mod->fp_aa_rate_mat); in Init_Model()
1347 fclose(mod->fp_aa_rate_mat); in Init_Model()
H A Dinterface.c77 io->mod->fp_aa_rate_mat = Openfile(filename,0); in Launch_Interface()
H A Dutilities.h1112 FILE *fp_aa_rate_mat; member