Skip to content

Commit

Permalink
Update qr_mumps_common.jl (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Apr 24, 2024
1 parent 52ece5d commit b6b7bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapper/qr_mumps_common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,5 @@ function error_handling(err :: Cint)
end

function qrm_check(err :: Cint)
(err 0) && throw(ErrorException(error_handling(err)))
(err 0) && error(error_handling(err))
end

0 comments on commit b6b7bdd

Please sign in to comment.