Skip to content

Commit

Permalink
minor rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mwien committed Mar 1, 2024
1 parent 27fa658 commit 6698330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/multisampler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ function applyflip(samplers, i, nextτ)
end

function applycopy(samplers, _, nextτ, j)
sample = last(samplers[j])
return Sample(sample.g, nextτ, sample.dir, sample.total, sample.scoreval)
copysample = last(samplers[j])
return Sample(copysample.g, nextτ, copysample.dir, copysample.total, copysample.scoreval)
end

# for starters without turn move
Expand Down

0 comments on commit 6698330

Please sign in to comment.