Skip to content

Commit

Permalink
Update fields in fit!
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchanders authored Mar 17, 2017
1 parent 694b366 commit 4cdb286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SmoothingSplines.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function fit!{T<:LAPACKFloat}(spl::SmoothingSpline{T})
end

function fit!{T<:LAPACKFloat}(spl::SmoothingSpline{T}, Y::AbstractVector{T})
spl.Y = Y[spl.idx]
spl.Yorig = Y[spl.Xrank]
fit!(spl)
end

Expand Down

0 comments on commit 4cdb286

Please sign in to comment.