Skip to content

Commit

Permalink
Update lib/OrdinaryDiffEqRKN/src/OrdinaryDiffEqRKN.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jul 6, 2024
1 parent 945045c commit cc3b6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OrdinaryDiffEqRKN/src/OrdinaryDiffEqRKN.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module OrdinaryDiffEqRKN

import OrdinaryDiffEq: alg_order, calculate_residuals!,
initialize!, perform_step!, @unpack, unwrap_alg,
calculate_residuals,
calculate_residuals, alg_extrapolates,
OrdinaryDiffEqAlgorithm,
OrdinaryDiffEqMutableCache, OrdinaryDiffEqConstantCache,
OrdinaryDiffEqAdaptivePartitionedAlgorithm,
Expand Down

0 comments on commit cc3b6c5

Please sign in to comment.