Skip to content

Commit

Permalink
Fixed constructor of RungeKutta with only one solver, removed symbol FE
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreMagueresse committed Apr 15, 2024
1 parent 532e8de commit 32c227a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/ODEs/ODESolvers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -202,5 +202,5 @@ function RungeKutta(
end

function RungeKutta(sysslvr_nl::NonlinearSolver, dt::Real, tableau)
RungeKutta(sysslvr_nl, sysslvr_nl, dt, name)
RungeKutta(sysslvr_nl, sysslvr_nl, dt, tableau)
end
1 change: 0 additions & 1 deletion src/ODEs/ODESolvers/TableausEX.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ end

"""
EXRK_Euler_1_1
FE
"""
struct EXRK_Euler_1_1 <: TableauName end

Expand Down

0 comments on commit 32c227a

Please sign in to comment.