Skip to content

Commit

Permalink
Update lib/OrdinaryDiffEqFIRKGenerator/src/OrdinaryDiffEqFIRKGenerato…
Browse files Browse the repository at this point in the history
…r.jl
  • Loading branch information
ChrisRackauckas authored Nov 17, 2024
1 parent 825031d commit cef51e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function OrdinaryDiffEqFIRK.adaptiveRadauTableau(T1, T2, num_stages::Int)
b_2 = vcat(-1/big(num_stages), -(num_stages)^2, -1, zeros(size(A, 1) - 3))
e = A \ b_2
end
RadauIIATableau{T1, T2}(T, TI, c, γ, α, β, e)
OrdinaryDiffEqFIRK.RadauIIATableau{T1, T2}(T, TI, c, γ, α, β, e)
end

end

0 comments on commit cef51e1

Please sign in to comment.