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

Commit c00e2d7

Browse files
Fix deprecations
1 parent b62ed8e commit c00e2d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/problem_solution_types.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
immutable ApproxFunProblem{P,S} <: DEProblem
1+
struct ApproxFunProblem{P,S} <: DEProblem
22
prob::P
33
space::S
44
end
@@ -9,7 +9,7 @@ function ApproxFunProblem(prob;n = ncoefficients(prob.u0))
99
return ApproxFunProblem(_prob,sp)
1010
end
1111

12-
immutable ApproxFunSolution{SOL,S}
12+
struct ApproxFunSolution{SOL,S}
1313
sol::SOL
1414
space::S
1515
end

0 commit comments

Comments
 (0)