Skip to content

Commit

Permalink
Fix #9146 by changing signature in umferror from Int to Integer
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed Nov 30, 2014
1 parent 84612d4 commit 3eeae1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/linalg/umfpack.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type MatrixIllConditionedException <: Exception
message :: AbstractString
end

function umferror(status::Int)
function umferror(status::Integer)
if status==UMFPACK_OK
return
elseif status==UMFPACK_WARNING_singular_matrix
Expand Down

0 comments on commit 3eeae1e

Please sign in to comment.