File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
lib/OrdinaryDiffEqCore/src/integrators Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -107,15 +107,11 @@ end
107
107
get_tmp_cache (integrator:: ODEIntegrator , integrator. alg, integrator. cache)
108
108
end
109
109
110
- # avoid method ambiguity
111
- # for typ in (Union{RadauIIA3, RadauIIA5, RadauIIA7})
112
- # @eval @inline function DiffEqBase.get_tmp_cache(integrator, alg::$typ,
113
- # cache::OrdinaryDiffEqConstantCache)
114
- # nothing
115
- # end
116
- # end
117
-
118
110
# the ordering of the cache arrays is important!!!
111
+ @inline function DiffEqBase. get_tmp_cache (integrator, alg:: OrdinaryDiffEqAlgorithm ,
112
+ cache:: OrdinaryDiffEqConstantCache )
113
+ nothing
114
+ end
119
115
@inline function DiffEqBase. get_tmp_cache (integrator, alg:: OrdinaryDiffEqAlgorithm ,
120
116
cache:: OrdinaryDiffEqMutableCache )
121
117
(cache. tmp,)
You can’t perform that action at this time.
0 commit comments