Skip to content

Commit

Permalink
fix #88
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredCrean2 committed Oct 10, 2016
1 parent 126f1fb commit 8acaf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ksp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function KSP{T}(pc::PC{T}; kws...)
return KSP{T}(ksp)
end

KSP{T}(A::Mat{T}, PA::Mat{T}=A; kws...) = KSP(PC(A, PA; kws...); ksp...)
KSP{T}(A::Mat{T}, PA::Mat{T}=A; kws...) = KSP(PC(A, PA; kws...); kws...)

# Retrieve a reference to the matrix in the KSP object, as a raw C.Mat
# pointer. Note that we should not wrap this in a Mat object, or
Expand Down

0 comments on commit 8acaf5f

Please sign in to comment.