Skip to content

Commit 5e57223

Browse files
Update core.jl
1 parent 2900d0e commit 5e57223

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/core.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
using SteadyStateDiffEq, NonlinearSolve, Sundials, OrdinaryDiffEq, DiffEqCallbacks, Test
22
using NonlinearSolve.NonlinearSolveBase
3+
using NonlinearSolve.NonlinearSolveBase: NormTerminationMode, RelTerminationMode, RelNormTerminationMode
4+
AbsTerminationMode, AbsNormTerminationMode, RelSafeTerminationMode, AbsSafeTerminationMode,
5+
RelSafeBestTerminationMode, AbsSafeBestTerminationMode
36

47
function f(du, u, p, t)
58
du[1] = 2 - 2u[1]

0 commit comments

Comments
 (0)