Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-sadeghi committed Oct 28, 2023
1 parent aa1904e commit fb51cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factorization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function _ldiv!(x::Vector, A::Factorization, b::Vector)
ldiv!(A, x)
end

#RF Bad fallback: will fail if `A` is just a stand-in
# RF Bad fallback: will fail if `A` is just a stand-in
# This should instead just create the factorization type.
function init_cacheval(alg::AbstractFactorization, A, b, u, Pl, Pr, maxiters::Int, abstol,
reltol, verbose::Bool, assumptions::OperatorAssumptions)
Expand Down

0 comments on commit fb51cd8

Please sign in to comment.