Skip to content

Commit

Permalink
LinearProblems have no f or p
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Dec 10, 2024
1 parent b18b92f commit 5c81a89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/problems/linear_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ function LinearProblem(A, b, args...; kwargs...)
end

struct LinearAliasSpecifier <: AbstractAliasSpecifier
alias_p::Union{Bool,Nothing}
alias_f::Union{Bool,Nothing}
alias_A::Union{Bool,Nothing}
alias_b::Union{Bool,Nothing}
end
Expand Down

0 comments on commit 5c81a89

Please sign in to comment.