Skip to content

Commit f5bc8bd

Browse files
authored
fix: typo
1 parent 445db18 commit f5bc8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/linear_solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ function __set_lincache_A(lincache, new_A)
237237
end
238238

239239
function __wrapprecs(_Pl, _Pr, u)
240-
Pl = _Pl !== nothing ?= _Pl : IdentityOperator(length(u))
240+
Pl = _Pl !== nothing ? _Pl : IdentityOperator(length(u))
241241
Pr = _Pr !== nothing ? _Pr : IdentityOperator(length(u))
242242
return Pl, Pr
243243
end

0 commit comments

Comments
 (0)