Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
numerics with non rev lh-derivative
Browse files Browse the repository at this point in the history
  • Loading branch information
bqminh committed May 6, 2019
1 parent 7751bf4 commit beb0009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree/phylokernelnonrev.h
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ void PhyloTree::computeNonrevLikelihoodDervGenericSIMD(PhyloNeighbor *dad_branch
for (i = 0; i < VectorClass::size(); i++) {
size_t state_dad;
if (isRootLeaf(dad))
state_dad = block * aln->STATE_UNKNOWN;
state_dad = 0;
else if (ptn+i < orig_nptn)
state_dad = block * (aln->at(ptn+i))[dad->id];
else if (ptn+i < max_orig_nptn)
Expand Down

0 comments on commit beb0009

Please sign in to comment.