Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyas-Ekanathan committed Sep 2, 2024
1 parent df3063f commit e8ba6c7
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 201 deletions.
8 changes: 4 additions & 4 deletions lib/OrdinaryDiffEqFIRK/src/firk_caches.jl
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,8 @@ function alg_cache(alg::AdaptiveRadau, u, rate_prototype, ::Type{uEltypeNoUnits}
tab = BigRadauIIA5Tableau(uToltype, constvalue(tTypeNoUnits), Int)
elseif (num_stages == 5)
tab = BigRadauIIA9Tableau(uToltype, constvalue(tTypeNoUnits), Int)
#elseif (num_stages == 7)
# tab = BigRadauIIA13Tableau(uToltype, constvalue(tTypeNoUnits), Int)
elseif (num_stages == 7)
tab = BigRadauIIA13Tableau(uToltype, constvalue(tTypeNoUnits), Int)
else
tab = adaptiveRadauTableau(uToltype, constvalue(tTypeNoUnits), num_stages)
end
Expand Down Expand Up @@ -568,8 +568,8 @@ function alg_cache(alg::AdaptiveRadau, u, rate_prototype, ::Type{uEltypeNoUnits}
tab = BigRadauIIA5Tableau(uToltype, constvalue(tTypeNoUnits), Int)
elseif (num_stages == 5)
tab = BigRadauIIA9Tableau(uToltype, constvalue(tTypeNoUnits), Int)
#elseif (num_stages == 7)
# tab = BigRadauIIA13Tableau(uToltype, constvalue(tTypeNoUnits), Int)
elseif (num_stages == 7)
tab = BigRadauIIA13Tableau(uToltype, constvalue(tTypeNoUnits), Int)
else
tab = adaptiveRadauTableau(uToltype, constvalue(tTypeNoUnits), num_stages)
end
Expand Down
Loading

0 comments on commit e8ba6c7

Please sign in to comment.