Skip to content

Commit

Permalink
fix RFC typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xukai92 committed Jul 5, 2019
1 parent 4c83841 commit 040a506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trajectory.jl
Expand Up @@ -182,7 +182,7 @@ function transition(
if v == -1
zm, _, z′, n′, s′, α, nα = build_tree(rng, nt, h, zm, logu, v, j, H)
else
zm, _, z′, n′, s′, α, nα = build_tree(rng, nt, h, zm, logu, v, j, H)
_, zp, z′, n′, s′, α, nα = build_tree(rng, nt, h, zp, logu, v, j, H)
end

if s′ == 1
Expand Down

0 comments on commit 040a506

Please sign in to comment.