Searched refs:wFromLeaf (Results 1 – 1 of 1) sorted by relevance
450 double wFromLeaf[locnseq]; in branchWeightToPairWeight()452 static double *wFromLeaf = NULL; in branchWeightToPairWeight() local453 if( wFromLeaf == NULL ) in branchWeightToPairWeight()454 wFromLeaf = AllocateDoubleVec( locnseq ); in branchWeightToPairWeight()462 for( i=0; i<locnseq; i++ ) wFromLeaf[i] = 1.0; in branchWeightToPairWeight()470 = wFromLeaf[n0] * wFromLeaf[n1] * bw[i][0] * bw[i][1]; in branchWeightToPairWeight()472 wFromLeaf[n0] *= bw[i][0]; in branchWeightToPairWeight()474 wFromLeaf[n1] *= bw[i][1]; in branchWeightToPairWeight()