Skip to content

Commit 842ee60

Browse files
jClugstorChrisRackauckas
authored andcommitted
no defaults for alias_A, alias_b in init
1 parent 6cc1e23 commit 842ee60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/common.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ __init_u0_from_Ab(::SMatrix{S1, S2}, b) where {S1, S2} = zeros(SVector{S2, eltyp
139139

140140
function SciMLBase.init(prob::LinearProblem, alg::SciMLLinearSolveAlgorithm,
141141
args...;
142-
alias_A = default_alias_A(alg, prob.A, prob.b),
143-
alias_b = default_alias_b(alg, prob.A, prob.b),
144142
alias = LinearAliasSpecifier(),
145143
abstol = default_tol(real(eltype(prob.b))),
146144
reltol = default_tol(real(eltype(prob.b))),

0 commit comments

Comments
 (0)