Skip to content

Commit

Permalink
fix precompilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jun 6, 2023
1 parent a5cb7b6 commit 3f54753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LinearSolve"
uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
authors = ["SciML"]
version = "2.1.10"
version = "2.1.11"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand Down
2 changes: 1 addition & 1 deletion src/factorization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ function init_cacheval(alg::CHOLMODFactorization,
nothing
end

function init_cacheval(alg::CHOLMODFactorization, A, b, u,
function init_cacheval(alg::CHOLMODFactorization, A::SparseMatrixCSC{Float64, Int}, b, u,
Pl, Pr,
maxiters::Int, abstol, reltol,
verbose::Bool, assumptions::OperatorAssumptions)
Expand Down

0 comments on commit 3f54753

Please sign in to comment.