Skip to content

Commit

Permalink
Update the internal structures for MUMPS 5.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Dec 12, 2024
1 parent bc33321 commit 6e3a203
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mumps_struc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ mutable struct Mumps{TC, TR}

instance_number::MUMPS_INT

# Additional fields added for MUMPS.jl
det::TC
err::Int

# Individual _*_gc_haven Ref's for each variable, so that we can overwrite them to avoid
# accumulating Ref's to unused variables
_irn_gc_haven::Vector{MUMPS_INT}
Expand Down

0 comments on commit 6e3a203

Please sign in to comment.