Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 57dd3cc

Browse files
Update problem_solution_types.jl
1 parent 70f7833 commit 57dd3cc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/problem_solution_types.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,3 @@ function Base.show(io::IO, A::ApproxFunProblem)
4444
print(io,"Space: ")
4545
show(io, A.space)
4646
end
47-
function Base.display(io::IO, A::ApproxFunProblem)
48-
print(io,"Problem: ")
49-
display(io,A.prob)
50-
println(io)
51-
print(io,"Space: ")
52-
display(io, A.space)
53-
end

0 commit comments

Comments
 (0)