fix last cycle

This commit is contained in:
ChrisRackauckas 2017-05-01 17:06:26 -07:00
parent 1be21d1e47
commit 938712a81f

View File

@ -290,7 +290,7 @@ end
hw = if bw == nothing hw = if bw == nothing
0.5mean(diff(x)) 0.5mean(diff(x))
else else
Float64[0.5cycle(bw,i) for i=1:length(x)] Float64[0.5_cycle(bw,i) for i=1:length(x)]
end end
# make fillto a vector... default fills to 0 # make fillto a vector... default fills to 0