diff --git a/src/parts/repeats.jl b/src/parts/repeats.jl index 1be42cf1081682cc2ab5d6ef29e1be68e8d7cc96..e866655f3204dc00ec00447852ba9452bb72f4c5 100644 --- a/src/parts/repeats.jl +++ b/src/parts/repeats.jl @@ -30,7 +30,7 @@ function Repeat(block::AbstractBlock; wait_time=nothing, nrepeat=nothing, variab end function get_index_single_TR(r::Repeat, i::Integer) - if iszero(i % 2) + if isone(i % 2) return r.block else return Wait(r.wait_time)