Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith authored Nov 16, 2024
1 parent 2f0e93f commit dccf48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OrdinaryDiffEqFIRK/src/firk_tableaus.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function RadauIIA3Tableau(T, T2)
e1 = T(.25)
e2 = T(-.25)
RadauIIA3Tableau{T, T2}(T11, T12, T21,
TI11, TI12, TI21, TI22,
TI12, TI21, TI22,
c1, c2, α, β, e1, e2)
end

Expand Down

0 comments on commit dccf48b

Please sign in to comment.