Skip to content

Commit 3afb3ce

Browse files
add missing import
1 parent dff53aa commit 3afb3ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/OrdinaryDiffEqBDF/src/OrdinaryDiffEqBDF.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import OrdinaryDiffEq: alg_order, calculate_residuals!,
2121
issplit, qsteady_min_default, qsteady_max_default,
2222
get_current_alg_order, get_current_adaptive_order,
2323
default_controller, stepsize_controller!, step_accept_controller!,
24-
step_reject_controller!, post_newton_controller!
24+
step_reject_controller!, post_newton_controller!,
25+
u_modified!
2526
using TruncatedStacktraces, MuladdMacro, MacroTools, FastBroadcast, RecursiveArrayTools
2627
import StaticArrays: SArray, MVector, SVector, @SVector, StaticArray, MMatrix, SA
2728
using LinearAlgebra: I

0 commit comments

Comments
 (0)