Skip to content

Commit

Permalink
Merge pull request #20 from gragusa/fbot/deps
Browse files Browse the repository at this point in the history
Fix deprecations
  • Loading branch information
gragusa committed Oct 12, 2017
2 parents 4e0e354 + 455c5da commit 79619bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/HC.jl
Expand Up @@ -142,9 +142,6 @@ function getqii(v::CRHC3, e, X, A, bstarts)
return e
end

if VERSION < v"0.5.0"
Base.cholfact(A::Symmetric, args...) = cholfact(A.data, Symbol(A.uplo), args...)
end

function getqii(v::CRHC2, e, X, A, bstarts)
@inbounds for j in 1:length(bstarts)
Expand Down

0 comments on commit 79619bb

Please sign in to comment.