Skip to content

Commit

Permalink
Update lib/OrdinaryDiffEqFIRK/src/OrdinaryDiffEqFIRK.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jul 26, 2024
1 parent e0edf35 commit 66d3a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OrdinaryDiffEqFIRK/src/OrdinaryDiffEqFIRK.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import OrdinaryDiffEq: alg_order, calculate_residuals!,
stepsize_controller!, islinearfunction, step_accept_controller!, step_reject_controller!,
PredictiveController, alg_can_repeat_jac, NewtonAlgorithm, fac_default_gamma,
get_new_W_γdt_cutoff, get_current_adaptive_order, VerySlowConvergence,
Divergence
Divergence, isfirk
using MuladdMacro, DiffEqBase, RecursiveArrayTools
using SciMLOperators: AbstractSciMLOperator
using LinearAlgebra: I, UniformScaling, mul!, lu
Expand Down

0 comments on commit 66d3a86

Please sign in to comment.