Skip to content

Commit

Permalink
Merge pull request #2 from samuelpowell/patch-1
Browse files Browse the repository at this point in the history
Import operators to avoid deprecation warnings on 0.4-dev
  • Loading branch information
timholy committed Jul 30, 2015
2 parents 00b083c + a5326ea commit 8a8d612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WoodburyMatrices.jl
Expand Up @@ -4,7 +4,7 @@ if VERSION < v"0.4.0-dev"
using Docile
end

import Base: A_ldiv_B!, convert, copy, det, full, show, similar, size
import Base: *, \, A_ldiv_B!, convert, copy, det, full, show, similar, size

export Woodbury

Expand Down

0 comments on commit 8a8d612

Please sign in to comment.