Home
last modified time | relevance | path

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

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Ddraw.c448 w->cdf_mat_x = (phydbl *)mCalloc(2*tree->n_otu-1,sizeof(phydbl)); in DR_Make_Tdraw_Struct()
553 For(i,2*tree->n_otu-1) tree->ps_tree->cdf_mat_x[i] = tree->ps_tree->xcoord_s[i]; in DR_Get_Cdf_Mat()
556 Qksort(tree->ps_tree->cdf_mat_x,NULL,0,2*tree->n_otu-2); in DR_Get_Cdf_Mat()
573 x_mat = tree->ps_tree->cdf_mat_x[i]; in DR_Get_Cdf_Mat()
H A Dutilities.h1515 phydbl *cdf_mat_x; member