Skip to content

Commit

Permalink
Update cholmod.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Feb 7, 2024
1 parent 3ed1d71 commit 8cff691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/cholmod.jl
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function getcommon(::Type{Int32})
end

function getcommon(::Type{Int64})
return get!(newcommon_l, task_local_storage(), :cholmod_common)::Ref{cholmod_common}
return get!(newcommon_l, task_local_storage(), :cholmod_common_l)::Ref{cholmod_common}
end

getcommon() = getcommon(Int)
Expand Down

0 comments on commit 8cff691

Please sign in to comment.