Skip to content

Commit c6282ce

Browse files
Update lib/OrdinaryDiffEqExponentialRK/src/OrdinaryDiffEqExponentialRK.jl
1 parent 4c21245 commit c6282ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqExponentialRK/src/OrdinaryDiffEqExponentialRK.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import OrdinaryDiffEq: alg_order, alg_adaptive_order, ismultistep, OrdinaryDiffE
55
build_jac_config, UJacobianWrapper, @cache, alg_cache, UDerivativeWrapper,
66
initialize!, perform_step!, @unpack, unwrap_alg, calc_J, calc_J!,
77
OrdinaryDiffEqAdaptiveExponentialAlgorithm, CompositeAlgorithm,
8-
ExponentialAlgorithm, fsal_typeof, isdtchangeable
8+
ExponentialAlgorithm, fsal_typeof, isdtchangeable, calculate_residuals, calculate_residuals!
99
using RecursiveArrayTools
1010
using MuladdMacro, FastBroadcast
1111
using LinearAlgebra: axpy!, mul!

0 commit comments

Comments
 (0)