fix last cycle

This commit is contained in:
ChrisRackauckas 2017-05-08 08:46:50 -07:00
parent 44b6157f17
commit 49fc903334

View File

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