Skip to content

Commit ff84c9a

Browse files
committed
add explanatory comment
1 parent 8b4e443 commit ff84c9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ function SciMLBase.solve(prob::StaticLinearProblem,
338338
alg, u, nothing, prob; retcode = ReturnCode.Success)
339339
end
340340

341+
# Here to make sure that StaticLinearProblems with Dual elements don't create a Dual linear cache
341342
function SciMLBase.init(prob::StaticLinearProblem, alg::SciMLLinearSolveAlgorithm,
342343
args...;
343344
alias = LinearAliasSpecifier(),

0 commit comments

Comments
 (0)