Home
last modified time | relevance | path

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

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dstats.c2006 int *ori_wght,*site_num; in Covariance_Matrix() local
2014 ori_wght = (int *)mCalloc(tree->data->crunch_len,sizeof(int)); in Covariance_Matrix()
2017 for(i=0;i<tree->data->crunch_len;i++) ori_wght[i] = tree->data->wght[i]; in Covariance_Matrix()
2072 for(i=0;i<tree->data->crunch_len;i++) tree->data->wght[i] = ori_wght[i]; in Covariance_Matrix()
2075 Free(ori_wght); in Covariance_Matrix()