From 49fc903334fb3a347cfa63c96e57699e75ba5aa8 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas Date: Mon, 8 May 2017 08:46:50 -0700 Subject: [PATCH] fix last cycle --- src/recipes.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recipes.jl b/src/recipes.jl index 91b0d883..67a4950d 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -340,7 +340,7 @@ end hw = if bw == nothing 0.5ignorenan_mean(diff(procx)) else - Float64[0.5cycle(bw,i) for i=1:length(procx)] + Float64[0.5_cycle(bw,i) for i=1:length(procx)] end # make fillto a vector... default fills to 0