Skip to content

Commit

Permalink
Update interface.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
hochunlin authored and amontoison committed Dec 12, 2024
1 parent 22445b0 commit 152e606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ function set_schur_centralized_by_column!(mumps::Mumps{T}, schur_inds::AbstractA
schur = Array{T}(undef, mumps.size_schur^2)
mumps.schur = pointer(schur)
set_icntl!(mumps, 19, 3)
mumps._listvar_schur_gc_haven = listvar_schur
mumps._listvar_schur_ptr_gc_haven = listvar_schur
mumps._schur_gc_haven = schur
return mumps
end
Expand Down

0 comments on commit 152e606

Please sign in to comment.